[InstCombine] Don't miscompile select to poison
[oota-llvm.git] / test / Transforms / InstCombine / 2008-11-27-UDivNegative.ll
index 6a6b5f386347adb1b1b2a6c950fcbb301d2447da..fc90bba770864eee2396c15650069aef150b16f6 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep div
+; RUN: opt < %s -instcombine -S | not grep div
 
 define i8 @test(i8 %x) readnone nounwind {
   %A = udiv i8 %x, 250