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

Evan Cheng evan.cheng at apple.com
Thu Jan 25 14:28:53 PST 2007



Changes in directory llvm/test/CodeGen/PowerPC:

Frames-align.ll updated: 1.3 -> 1.4
---
Log message:

Fix test case.

---
Diffs of the changes:  (+1 -1)

 Frames-align.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CodeGen/PowerPC/Frames-align.ll
diff -u llvm/test/CodeGen/PowerPC/Frames-align.ll:1.3 llvm/test/CodeGen/PowerPC/Frames-align.ll:1.4
--- llvm/test/CodeGen/PowerPC/Frames-align.ll:1.3	Wed Dec 20 18:01:42 2006
+++ llvm/test/CodeGen/PowerPC/Frames-align.ll	Thu Jan 25 16:28:32 2007
@@ -1,5 +1,5 @@
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'rlwinm r0, r1, 0, 22, 31' &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'subfic r0, r0, -17408' &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'subfic r0, r0, -16448' &&
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64 -mtriple=powerpc-apple-darwin8 | grep 'rldicl r0, r1, 0, 54'
 
 






More information about the llvm-commits mailing list