From: Akira Hatanaka Date: Wed, 11 Nov 2015 02:13:36 +0000 (+0000) Subject: Reorder the check strings in test case following r252692. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a6fd3711d5d04321409a60cfcab144923fcf72d;p=clang Reorder the check strings in test case following r252692. rdar://problem/19836465 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252693 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ms-declspecs.c b/test/CodeGen/ms-declspecs.c index d5071ab60c..91f5aa2104 100644 --- a/test/CodeGen/ms-declspecs.c +++ b/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{{.*}} }