Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / add-sitofp.ll
index 98a8cb452a6ceece91b6f0c9a10d6f8aeaf11359..40edf7114a068845703f3e34738a27489630cb18 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {add nsw i32}
+; RUN: opt < %s -instcombine -S | grep "add nsw i32"
 
 define double @x(i32 %a, i32 %b) nounwind {
   %m = lshr i32 %a, 24