InstCombine: Match min/max hidden by sext/zext
[oota-llvm.git] / test / Transforms / InstCombine / select-load-call.ll
index 367356e6311a264fd7a058277011253690b71877..bef0cf841bfaa3b37cc1a8ae2059b6c16561decb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {ret i32 1}
+; RUN: opt < %s -instcombine -S | grep {ret i32 1}
 
 declare void @test2()