This should have been part of r224676.
[oota-llvm.git] / test / Transforms / InstCombine / udiv-simplify-bug-0.ll
index a65ee90782b5808f082ab53e710ba60b894ba386..064e721768b32686eebde042f4a076b7ae4f4c4d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep {ret i64 0} | count 2
+; RUN: opt < %s -instcombine -S | grep "ret i64 0" | count 2
 
 define i64 @foo(i32 %x) nounwind {
   %y = lshr i32 %x, 1