Changes in directory llvm/test/CodeGen/Generic:
ispositive.ll updated: 1.2 -> 1.3 --- Log message: make this happier on linux hosts --- 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.2 llvm/test/CodeGen/Generic/ispositive.ll:1.3 --- llvm/test/CodeGen/Generic/ispositive.ll:1.2 Wed Apr 11 10:24:04 2007 +++ llvm/test/CodeGen/Generic/ispositive.ll Thu Apr 12 13:09:06 2007 @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 | grep shrl.*31 && -; RUN: llvm-as < %s | llc -march=ppc32 | grep 'srwi r3, r3, 31' && +; RUN: llvm-as < %s | llc -march=ppc32 | grep 'srwi r?3, r?3, 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' _______________________________________________ llvm-commits mailing list [EMAIL PROTECTED] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits