diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2015-11-11 02:13:36 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2015-11-11 02:13:36 +0000 |
commit | 25aa9f091e9437dfe587ba8c68df0f35801dbd4b (patch) | |
tree | ddd1d4a3d43afd029e30d146070efcee3b19a0a9 /clang/test | |
parent | 5dda59264335f1ca78ec72fdb0b6072ed898c2a0 (diff) | |
download | bcm5719-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.c | 2 |
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{{.*}} } |