summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/elf_st_other.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/elf_st_other.ll')
-rw-r--r--test/CodeGen/Mips/elf_st_other.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/Mips/elf_st_other.ll b/test/CodeGen/Mips/elf_st_other.ll
deleted file mode 100644
index 8a5f20df86..0000000000
--- a/test/CodeGen/Mips/elf_st_other.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; This tests value of ELF st_other field for function symbol table entries.
-; For microMIPS value should be equal to STO_MIPS_MICROMIPS.
-
-; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | FileCheck %s
-
-define i32 @main() nounwind {
-entry:
- ret i32 0
-}
-
-; CHECK: .set micromips
-; CHECK: main: