r252693 - Reorder the check strings in test case following r252692.

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 10 18:13:36 PST 2015


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{{.*}} }




More information about the cfe-commits mailing list