diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-03-13 22:29:26 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-03-13 22:29:26 +0000 |
commit | 282f3289d114089a589915beebe9aa993f1cf640 (patch) | |
tree | 76bf08885e2ff03923c942dc7feb0a3ae9b3eaf8 /clang/test/CodeGen/mips16-attr.c | |
parent | 965bd589020e04ac9f1daabf2b2f9e7bd121658c (diff) | |
download | bcm5719-llvm-282f3289d114089a589915beebe9aa993f1cf640.tar.gz bcm5719-llvm-282f3289d114089a589915beebe9aa993f1cf640.zip |
Attempt to fix test.
llvm-svn: 176987
Diffstat (limited to 'clang/test/CodeGen/mips16-attr.c')
-rw-r--r-- | clang/test/CodeGen/mips16-attr.c | 4 |
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" {{.*}} } |