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/LargeAbsoluteAddr.ll
diff -u llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll:1.2 
llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll:1.3
--- llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll:1.2  Sat Feb 17 00:57:11 2007
+++ llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll      Mon Feb 19 15:47:02 2007
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep 'stw r3, 32751' &&
-; RUN: llvm-as < %s | llc -march=ppc64 | grep 'stw r3, 32751' &&
-; RUN: llvm-as < %s | llc -march=ppc64 | grep 'std r2, 9024' &&
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin | grep 
'stw r3, 32751' &&
+; RUN: llvm-as < %s | llc -march=ppc64 -mtriple=powerpc-apple-darwin | grep 
'stw r3, 32751' &&
+; RUN: llvm-as < %s | llc -march=ppc64 -mtriple=powerpc-apple-darwin | grep 
'std r2, 9024' &&
 ; RUN: llvm-as < %s | llc
 
 define void @test() {



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

Reply via email to