From aa778f1e4f024a38cd2085f69f36ab33b98862b0 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 13 Mar 2013 22:44:19 +0000 Subject: [PATCH] Really fix the MIPS test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176991 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/mips16-attr.c | 4 ++-- 1 file 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" {{.*}} } -- 2.49.0