[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll

2007-02-19 Thread Evan Cheng
Changes in directory llvm/test/CodeGen/PowerPC: LargeAbsoluteAddr.ll updated: 1.2 -> 1.3 --- Log message: Fix test case. --- Diffs of the changes: (+3 -3) LargeAbsoluteAddr.ll |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/test/CodeGen/PowerPC/LargeAbsoluteAdd

[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll

2007-02-16 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/PowerPC: LargeAbsoluteAddr.ll updated: 1.1 -> 1.2 --- Log message: new test --- Diffs of the changes: (+6 -0) LargeAbsoluteAddr.ll |6 ++ 1 files changed, 6 insertions(+) Index: llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll diff -u llvm/tes

[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll

2007-02-16 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/PowerPC: LargeAbsoluteAddr.ll added (r1.1) --- Log message: Test that large absolute addresses are properly folded into addr modes on both ppc32 and ppc64. --- Diffs of the changes: (+9 -0) LargeAbsoluteAddr.ll |9 + 1 files changed, 9 ins