]> granicus.if.org Git - clang/commitdiff
Really fix the MIPS test.
authorBill Wendling <isanbard@gmail.com>
Wed, 13 Mar 2013 22:44:19 +0000 (22:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 13 Mar 2013 22:44:19 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176991 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/mips16-attr.c

index 2560fb40dd5da5c03c10525ee80f3b4f0093581e..18799be6f0d7a76a672bcd26def9735acf3deb6d 100644 (file)
@@ -11,7 +11,7 @@ void __attribute__((nomips16)) nofoo (void) {
 
 // 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" {{.*}} }