Really fix the MIPS test.

llvm-svn: 176991
This commit is contained in:
Bill Wendling 2013-03-13 22:44:19 +00:00
parent 3254616cc3
commit 169773f7c7
1 changed files with 2 additions and 2 deletions

View 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" {{.*}} }