]> granicus.if.org Git - clang/commitdiff
Reorder the check strings in test case following r252692.
authorAkira Hatanaka <ahatanaka@apple.com>
Wed, 11 Nov 2015 02:13:36 +0000 (02:13 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Wed, 11 Nov 2015 02:13:36 +0000 (02:13 +0000)
rdar://problem/19836465

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252693 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ms-declspecs.c

index d5071ab60c4842a05c6fb46c502f2bb094a0225f..91f5aa210485b26c87f4ffbd205d3f07600ee853 100644 (file)
@@ -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{{.*}} }