Perform factorization as a last resort of unsafe fadd/fsub simplification.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-12-23-Select-Cmp-Cmp.ll
index e653aa1e2c4d3cb1f76ecaab6c5c1fd6a2407d43..eba1ac1298ce48e9fae743d3c605a58d49eb92a1 100644 (file)
@@ -1,6 +1,7 @@
 ; For PR1065. This causes an assertion in instcombine if a select with two cmp
 ; operands is encountered.
-; RUN: llvm-as < %s | opt -instcombine -disable-output
+; RUN: opt < %s -instcombine -disable-output
+; END.
 
 target datalayout = "e-p:32:32"
 target triple = "i686-pc-linux-gnu"