Teach ComputeNumSignBits about signed divisions.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-07-11-RemAnd.ll
index 771c7ff72f540c1b7f567c5f906f2f68cc1ed19a..bf53451d66cf71a82f8e3258b64f77c4b16194b9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | not grep rem
+; RUN: opt < %s -instcombine -S | not grep rem
 ; PR2330
 
 define i32 @a(i32 %b) nounwind  {