X86 dag isel is now (soon) the default.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 27 Jan 2006 21:15:22 +0000 (21:15 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 27 Jan 2006 21:15:22 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25699 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/bswap.ll

index d48d26568cdb5a27cb5dcb11e00c2140558d1dec..4285c7300865549872aeeddbcee3f4be9dc16bc6 100644 (file)
@@ -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)