aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-03-13 22:44:19 +0000
committerBill Wendling <isanbard@gmail.com>2013-03-13 22:44:19 +0000
commitaa778f1e4f024a38cd2085f69f36ab33b98862b0 (patch)
tree5c8c088371e3874975cf3a68dfe5ef998bd15662
parent7c527e4f535faaee682f4c20ebf955dffd717163 (diff)
downloadclang-aa778f1e4f024a38cd2085f69f36ab33b98862b0.tar.gz
Really fix the MIPS test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176991 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/mips16-attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/mips16-attr.c b/test/CodeGen/mips16-attr.c
index 2560fb40dd..18799be6f0 100644
--- a/test/CodeGen/mips16-attr.c
+++ b/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 "mips16" {{.*}} }
+// CHECK: attributes [[MIPS16]] = { nounwind {{.*}} "mips16" {{.*}} }
-// CHECK: attributes [[NOMIPS16]] = { nounwind "nomips16" {{.*}} }
+// CHECK: attributes [[NOMIPS16]] = { nounwind {{.*}} "nomips16" {{.*}} }