Author: ahatanak Date: Tue Nov 10 20:13:36 2015 New Revision: 252693 URL: http://llvm.org/viewvc/llvm-project?rev=252693&view=rev Log: Reorder the check strings in test case following r252692.
rdar://problem/19836465 Modified: cfe/trunk/test/CodeGen/ms-declspecs.c Modified: cfe/trunk/test/CodeGen/ms-declspecs.c URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ms-declspecs.c?rev=252693&r1=252692&r2=252693&view=diff ============================================================================== --- cfe/trunk/test/CodeGen/ms-declspecs.c (original) +++ cfe/trunk/test/CodeGen/ms-declspecs.c Tue Nov 10 20:13:36 2015 @@ -41,4 +41,4 @@ void noalias_caller(int *x) { noalias_ca // CHECK: attributes [[NUW]] = { nounwind{{.*}} } // CHECK: attributes [[NI]] = { noinline nounwind{{.*}} } // CHECK: attributes [[NR]] = { noreturn } -// CHECK: attributes [[NA]] = { nounwind argmemonly{{.*}} } +// CHECK: attributes [[NA]] = { argmemonly nounwind{{.*}} } _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits