Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-shift-imm.ll
index c47b99013aa7f0c8bff682afe07b442794df2f96..7d8c9f5e002c57fe4dd4a640b2b86e4fc49c5a82 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -fast | grep {sarl        \$80, %eax}
+; RUN: llvm-as < %s | llc -march=x86 -O0 | grep {sarl  \$80, %eax}
 ; PR3242
 
 define i32 @foo(i32 %x) nounwind {