Move sprintf simplifier tests to test/Transforms/InstCombine
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-27-FloatSelect.ll
index b69f20f230c4bd7ee15ce436a8332022cfda7536..c161bcc9045dca18f0ce50b6225c1f79a8bd241d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep select
+; RUN: opt < %s -instcombine -S | grep select
 
 define double @fold(i1 %a, double %b) {
 %s = select i1 %a, double 0., double 1.