[llvm-commits] CVS: llvm/test/CodeGen/Generic/ispositive.ll
Chris Lattner
sabre at nondot.org
Thu Apr 12 11:10:33 PDT 2007
Changes in directory llvm/test/CodeGen/Generic:
ispositive.ll updated: 1.3 -> 1.4
---
Log message:
make this really work on linux :)
---
Diffs of the changes: (+1 -1)
ispositive.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CodeGen/Generic/ispositive.ll
diff -u llvm/test/CodeGen/Generic/ispositive.ll:1.3 llvm/test/CodeGen/Generic/ispositive.ll:1.4
--- llvm/test/CodeGen/Generic/ispositive.ll:1.3 Thu Apr 12 13:09:06 2007
+++ llvm/test/CodeGen/Generic/ispositive.ll Thu Apr 12 13:10:16 2007
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 | grep shrl.*31 &&
-; RUN: llvm-as < %s | llc -march=ppc32 | grep 'srwi r?3, r?3, 31' &&
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'srwi r3, r3, 31' &&
; RUN: llvm-as < %s | llc -march=arm | grep 'mov r0, r0, lsr #31' &&
; RUN: llvm-as < %s | llc -march=thumb | grep 'lsr r0, r0, #31'
More information about the llvm-commits
mailing list