summaryrefslogtreecommitdiffstats
path: root/test/Sema/x86-attr-force-align-arg-pointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/x86-attr-force-align-arg-pointer.c')
-rw-r--r--test/Sema/x86-attr-force-align-arg-pointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/x86-attr-force-align-arg-pointer.c b/test/Sema/x86-attr-force-align-arg-pointer.c
index b406a77..5d36e9a 100644
--- a/test/Sema/x86-attr-force-align-arg-pointer.c
+++ b/test/Sema/x86-attr-force-align-arg-pointer.c
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -triple i386-apple-darwin10 -fsyntax-only -verify %s
-int a __attribute__((force_align_arg_pointer)); // expected-warning{{attribute only applies to function types}}
+int a __attribute__((force_align_arg_pointer)); // expected-warning{{attribute only applies to functions}}
// It doesn't matter where the attribute is located.
void b(void) __attribute__((force_align_arg_pointer));
OpenPOWER on IntegriCloud