Make DataLayout Non-Optional in the Module
[oota-llvm.git] / test / Transforms / InstCombine / add-sitofp.ll
index 24319df0b76208bcd29581b8632769e48814ec9a..3b5485e005284ee0684ee8aad03e767cbf4544a1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {add i32}
+; RUN: opt < %s -instcombine -S | grep "add nuw nsw i32"
 
 define double @x(i32 %a, i32 %b) nounwind {
   %m = lshr i32 %a, 24