X86 dag isel is now (soon) the default.

llvm-svn: 25699
This commit is contained in:
Evan Cheng 2006-01-27 21:15:22 +00:00
parent 7ca86912b7
commit 822f629538
1 changed files with 2 additions and 2 deletions

View 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)