Fix a bug in ReduceLoadWidth that wasn't handling extending
[oota-llvm.git] / test / CodeGen / X86 / bswap.ll
index 592e25bae331a58f1afafe80ce4faab8bc11cd83..0a72c1c47845b23b7b1f47b18c341efd3977adca 100644 (file)
@@ -1,8 +1,8 @@
 ; bswap should be constant folded when it is passed a constant argument
 
-; RUN: llvm-as < %s | llc -march=x86 | \
+; RUN: llc < %s -march=x86 | \
 ; RUN:   grep bswapl | count 3
-; RUN: llvm-as < %s | llc -march=x86 | grep rolw | count 1
+; RUN: llc < %s -march=x86 | grep rolw | count 1
 
 declare i16 @llvm.bswap.i16(i16)