diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-01-30 23:06:22 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-01-30 23:06:22 +0000 |
commit | 421fdb2a7e74944034a734e62ab75c2a2cc22a93 (patch) | |
tree | 5eac90ac6ec62a2dc47baf1a4417741f9674a381 /llvm/test/CodeGen/ARM/addSubConstant.ll | |
parent | dd7a688bb8f35d48a03f8f042726821275b26fbc (diff) | |
download | bcm5719-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.ll | 19 |
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 -} |