summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/thumb-imm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/thumb-imm.ll')
-rw-r--r--test/CodeGen/ARM/thumb-imm.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/ARM/thumb-imm.ll b/test/CodeGen/ARM/thumb-imm.ll
deleted file mode 100644
index 2be393a95cac..000000000000
--- a/test/CodeGen/ARM/thumb-imm.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llvm-as < %s | llc -march=thumb | not grep CPI
-
-
-define i32 @test1() {
- ret i32 1000
-}
-
-define i32 @test2() {
- ret i32 -256
-}