summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/addSubConstant.ll
diff options
context:
space:
mode:
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