Changes in directory llvm/test/Regression/CodeGen/ARM:

long.ll updated: 1.6 -> 1.7
---
Log message:

add the immediate to the Offset in eliminateFrameIndex


---
Diffs of the changes:  (+7 -0)

 long.ll |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm/test/Regression/CodeGen/ARM/long.ll
diff -u llvm/test/Regression/CodeGen/ARM/long.ll:1.6 
llvm/test/Regression/CodeGen/ARM/long.ll:1.7
--- llvm/test/Regression/CodeGen/ARM/long.ll:1.6        Mon Oct 16 11:33:29 2006
+++ llvm/test/Regression/CodeGen/ARM/long.ll    Tue Oct 17 09:34:02 2006
@@ -70,3 +70,10 @@
        %tmp2 = mul ulong %tmp1, %tmp
        ret ulong %tmp2
 }
+
+ulong %f10() {
+entry:
+       %a = alloca ulong, align 8
+       %retval = load ulong* %a
+       ret ulong %retval
+}



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to