Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to
[oota-llvm.git] / test / CodeGen / X86 / mul-remat.ll
index ffc8cc0ba6bc4659a97f31e4ade87a95c61ac8db..3fa005079de7ed0d811fdc2d179eb17ab4275ba3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep mov | count 1
+; RUN: llc < %s -march=x86 | grep mov | count 1
 ; PR1874
        
 define i32 @test(i32 %a, i32 %b) {