diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2006-01-27 21:15:22 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2006-01-27 21:15:22 +0000 |
| commit | 822f6295382113ce1626cef15416cd9fa76a4d21 (patch) | |
| tree | 24b3aad06489eb4f13b946fbf1447e375978f396 | |
| parent | 7ca86912b70d095afd455b8ca45e537c2cf34830 (diff) | |
| download | bcm5719-llvm-822f6295382113ce1626cef15416cd9fa76a4d21.tar.gz bcm5719-llvm-822f6295382113ce1626cef15416cd9fa76a4d21.zip | |
X86 dag isel is now (soon) the default.
llvm-svn: 25699
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/bswap.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/bswap.ll b/llvm/test/Regression/CodeGen/X86/bswap.ll index d48d26568cd..4285c730086 100644 --- a/llvm/test/Regression/CodeGen/X86/bswap.ll +++ b/llvm/test/Regression/CodeGen/X86/bswap.ll @@ -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) |

