summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/addSubConstant.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-30 23:06:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-30 23:06:22 +0000
commit421fdb2a7e74944034a734e62ab75c2a2cc22a93 (patch)
tree5eac90ac6ec62a2dc47baf1a4417741f9674a381 /llvm/test/CodeGen/ARM/addSubConstant.ll
parentdd7a688bb8f35d48a03f8f042726821275b26fbc (diff)
downloadbcm5719-llvm-421fdb2a7e74944034a734e62ab75c2a2cc22a93.tar.gz
bcm5719-llvm-421fdb2a7e74944034a734e62ab75c2a2cc22a93.zip
Combine two tests.
llvm-svn: 33668
Diffstat (limited to 'llvm/test/CodeGen/ARM/addSubConstant.ll')
-rw-r--r--llvm/test/CodeGen/ARM/addSubConstant.ll19
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/test/CodeGen/ARM/addSubConstant.ll b/llvm/test/CodeGen/ARM/addSubConstant.ll
deleted file mode 100644
index 1cb8844c035..00000000000
--- a/llvm/test/CodeGen/ARM/addSubConstant.ll
+++ /dev/null
@@ -1,19 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | not grep "805306384"
-
-
-int %main() {
-entry:
- %retval = alloca int, align 4 ; <int*> [#uses=2]
- %tmp = alloca int, align 4 ; <int*> [#uses=2]
- %a = alloca [805306369 x sbyte], align 16 ; <[805306369 x sbyte]*> [#uses=0]
- "alloca point" = bitcast int 0 to int ; <int> [#uses=0]
- store int 0, int* %tmp
- %tmp = load int* %tmp ; <int> [#uses=1]
- store int %tmp, int* %retval
- br label %return
-
-return: ; preds = %entry
- %retval = load int* %retval ; <int> [#uses=1]
- ret int %retval
-}
OpenPOWER on IntegriCloud