summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mips16-attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/mips16-attr.c')
-rw-r--r--clang/test/CodeGen/mips16-attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/mips16-attr.c b/clang/test/CodeGen/mips16-attr.c
index 326ee7bdd55..2560fb40dd5 100644
--- a/clang/test/CodeGen/mips16-attr.c
+++ b/clang/test/CodeGen/mips16-attr.c
@@ -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" {{.*}} }
OpenPOWER on IntegriCloud