[InstCombine] Don't miscompile select to poison
[oota-llvm.git] / test / Transforms / InstCombine / 2005-04-07-UDivSelectCrash.ll
index bed4c9e457d6b59b4564f83e9cfc5012c9e8a1e4..1ec118006deb833db08b35dc96a33ea53726624d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -disable-output
+; RUN: opt %s -instcombine -disable-output
 
 define i32 @test(i1 %C, i32 %tmp.15) {
         %tmp.16 = select i1 %C, i32 8, i32 1            ; <i32> [#uses=1]