summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2015-11-11 02:13:36 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2015-11-11 02:13:36 +0000
commit25aa9f091e9437dfe587ba8c68df0f35801dbd4b (patch)
treeddd1d4a3d43afd029e30d146070efcee3b19a0a9 /clang/test
parent5dda59264335f1ca78ec72fdb0b6072ed898c2a0 (diff)
downloadbcm5719-llvm-25aa9f091e9437dfe587ba8c68df0f35801dbd4b.tar.gz
bcm5719-llvm-25aa9f091e9437dfe587ba8c68df0f35801dbd4b.zip
Reorder the check strings in test case following r252692.
rdar://problem/19836465 llvm-svn: 252693
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGen/ms-declspecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ms-declspecs.c b/clang/test/CodeGen/ms-declspecs.c
index d5071ab60c4..91f5aa21048 100644
--- a/clang/test/CodeGen/ms-declspecs.c
+++ b/clang/test/CodeGen/ms-declspecs.c
@@ -41,4 +41,4 @@ void noalias_caller(int *x) { noalias_callee(x); }
// CHECK: attributes [[NUW]] = { nounwind{{.*}} }
// CHECK: attributes [[NI]] = { noinline nounwind{{.*}} }
// CHECK: attributes [[NR]] = { noreturn }
-// CHECK: attributes [[NA]] = { nounwind argmemonly{{.*}} }
+// CHECK: attributes [[NA]] = { argmemonly nounwind{{.*}} }
OpenPOWER on IntegriCloud