forked from OSchip/llvm-project
parent
3254616cc3
commit
169773f7c7
|
@ -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" {{.*}} }
|
||||
|
||||
|
|
Loading…
Reference in New Issue