summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/thumb-imm.ll
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-27 10:44:33 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-27 10:44:33 +0000
commitf859468f5a21b6952ab62917777f9fb3bba57003 (patch)
tree9794dc36f22f2a2b3f8063829d8a9b3a7794acc8 /test/CodeGen/ARM/thumb-imm.ll
parentf76359690a7035ad21498f2ba6be6991d3b2032d (diff)
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
-}