Fix a minor regression from my dag combiner changes. One more place which needs to...
[oota-llvm.git] / test / CodeGen / X86 / optimize-max-0.ll
index 78bb669e3319db0879fbaec62d5595a1e4e8674a..162c7a568fdf4023101ad25376ff0b2d51aead52 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep cmov
-; XFAIL: *
+; 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.