r176991 - Really fix the MIPS test.

Bill Wendling isanbard at gmail.com
Wed Mar 13 15:44:19 PDT 2013


Author: void
Date: Wed Mar 13 17:44:19 2013
New Revision: 176991

URL: http://llvm.org/viewvc/llvm-project?rev=176991&view=rev
Log:
Really fix the MIPS test.

Modified:
    cfe/trunk/test/CodeGen/mips16-attr.c

Modified: cfe/trunk/test/CodeGen/mips16-attr.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/mips16-attr.c?rev=176991&r1=176990&r2=176991&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/mips16-attr.c (original)
+++ cfe/trunk/test/CodeGen/mips16-attr.c Wed Mar 13 17:44:19 2013
@@ -11,7 +11,7 @@ void __attribute__((nomips16)) nofoo (vo
 
 // CHECK: define void @nofoo() [[NOMIPS16:#[0-9]+]]
 
-// CHECK: attributes [[MIPS16]] = { nounwind "mips16" {{.*}} }
+// CHECK: attributes [[MIPS16]] = { nounwind {{.*}} "mips16" {{.*}} }
 
-// CHECK: attributes [[NOMIPS16]]  = { nounwind "nomips16" {{.*}} }
+// CHECK: attributes [[NOMIPS16]]  = { nounwind {{.*}} "nomips16" {{.*}} }
 





More information about the cfe-commits mailing list