va_args support for Win64.
[oota-llvm.git] / test / CodeGen / X86 / optimize-max-0.ll
index 90c14565e9a65b9177c4a66a521fc60a244ffee8..162c7a568fdf4023101ad25376ff0b2d51aead52 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep cmov
+; RUN: llc < %s -march=x86 | not grep cmov
 
 ; LSR should be able to eliminate the max computations by
 ; making the loops use slt/ult comparisons instead of ne comparisons.