summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/long.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2006-10-17 14:34:02 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2006-10-17 14:34:02 +0000
commit0d479ecbb132e324da27b674fea5b232115fe964 (patch)
treeaa489ddd77f691b6db2577f395ad60e51cf6a501 /test/CodeGen/ARM/long.ll
parenta1a19f803c8fef05db627a8b73c909a50306e9d6 (diff)
downloadllvm-0d479ecbb132e324da27b674fea5b232115fe964.tar.gz
llvm-0d479ecbb132e324da27b674fea5b232115fe964.tar.bz2
llvm-0d479ecbb132e324da27b674fea5b232115fe964.tar.xz
add the immediate to the Offset in eliminateFrameIndex
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/long.ll')
-rw-r--r--test/CodeGen/ARM/long.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/long.ll b/test/CodeGen/ARM/long.ll
index 834f068710..b310bc00c0 100644
--- a/test/CodeGen/ARM/long.ll
+++ b/test/CodeGen/ARM/long.ll
@@ -70,3 +70,10 @@ entry:
%tmp2 = mul ulong %tmp1, %tmp
ret ulong %tmp2
}
+
+ulong %f10() {
+entry:
+ %a = alloca ulong, align 8
+ %retval = load ulong* %a
+ ret ulong %retval
+}