aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/mips16_32_1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/mips16_32_1.ll')
-rw-r--r--test/CodeGen/Mips/mips16_32_1.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/Mips/mips16_32_1.ll b/test/CodeGen/Mips/mips16_32_1.ll
deleted file mode 100644
index 211aa2a0f4b0..000000000000
--- a/test/CodeGen/Mips/mips16_32_1.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileCheck %s
-; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileCheck %s
-
-define void @foo() #0 {
-entry:
- ret void
-}
-
-; CHECK: .set mips16
-; CHECK: .ent foo
-; CHECK: jrc $ra
-; CHECK: .end foo
-attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }