[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/bswap.ll
Evan Cheng
evan.cheng at apple.com
Fri Jan 27 13:15:34 PST 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
bswap.ll updated: 1.1 -> 1.2
---
Log message:
X86 dag isel is now (soon) the default.
---
Diffs of the changes: (+2 -2)
bswap.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/X86/bswap.ll
diff -u llvm/test/Regression/CodeGen/X86/bswap.ll:1.1 llvm/test/Regression/CodeGen/X86/bswap.ll:1.2
--- llvm/test/Regression/CodeGen/X86/bswap.ll:1.1 Fri Jan 13 21:14:10 2006
+++ llvm/test/Regression/CodeGen/X86/bswap.ll Fri Jan 27 15:15:22 2006
@@ -1,7 +1,7 @@
; bswap should be constant folded when it is passed a constant argument
-; RUN: llvm-as < %s | llc -march=x86 -enable-x86-dag-isel | grep bswapl | wc -l | grep 3 &&
-; RUN: llvm-as < %s | llc -march=x86 -enable-x86-dag-isel | grep rolw | wc -l | grep 1
+; RUN: llvm-as < %s | llc -march=x86 | grep bswapl | wc -l | grep 3 &&
+; RUN: llvm-as < %s | llc -march=x86 | grep rolw | wc -l | grep 1
declare ushort %llvm.bswap.i16(ushort)
declare uint %llvm.bswap.i32(uint)
More information about the llvm-commits
mailing list