summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ret0.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2006-09-21 11:29:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2006-09-21 11:29:52 +0000
commit7246d33e2a99c3060089e550775403f6779662e7 (patch)
tree68050b86f025703578c000d6bcf2d694fb380af8 /test/CodeGen/ARM/ret0.ll
parent0e4b922680f55a8e28fc2c3db0b80a1c78d24918 (diff)
downloadllvm-7246d33e2a99c3060089e550775403f6779662e7.tar.gz
llvm-7246d33e2a99c3060089e550775403f6779662e7.tar.bz2
llvm-7246d33e2a99c3060089e550775403f6779662e7.tar.xz
if a constant can't be an immediate, add it to the constant pool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/ret0.ll')
-rw-r--r--test/CodeGen/ARM/ret0.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/ret0.ll b/test/CodeGen/ARM/ret0.ll
deleted file mode 100644
index 765bfca182..0000000000
--- a/test/CodeGen/ARM/ret0.ll
+++ /dev/null
@@ -1,4 +0,0 @@
-; RUN: llvm-as < %s | llc -march=arm
-int %test() {
- ret int 0
-}