Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / X86 / optimize-max-2.ll
index effc3fc737d9ed2f01ef0dc8d404ecc8d7f78c69..8851c5b1a305686e320a4b954a7c496eab9d49f8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 > %t
+; RUN: llc < %s -march=x86-64 > %t
 ; RUN: grep cmov %t | count 2
 ; RUN: grep jne %t | count 1