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

test/CodeGen/mips16-attr.c

index 326ee7bdd55c9a945e96baa4b4878d884a1290f9..2560fb40dd5da5c03c10525ee80f3b4f0093581e 100644 (file)
@@ -11,7 +11,7 @@ void __attribute__((nomips16)) nofoo (void) {
 
 // CHECK: define void @nofoo() [[NOMIPS16:#[0-9]+]]
 
-// CHECK: attributes [[MIPS16]] = { nounwind "fp-contract-model"="standard" "mips16" {{.*}} }
+// CHECK: attributes [[MIPS16]] = { nounwind "mips16" {{.*}} }
 
-// CHECK: attributes [[NOMIPS16]]  = { nounwind "fp-contract-model"="standard" "nomips16" {{.*}} }
+// CHECK: attributes [[NOMIPS16]]  = { nounwind "nomips16" {{.*}} }