[InstCombine] Fold IntToPtr and PtrToInt into preceding loads.
[oota-llvm.git] / test / Transforms / InstCombine / 2009-03-20-AShrOverShift.ll
index 0a07bf34bac917c71a519ef3e1f0040c9d90f4d3..4d4797720c5318c8e41e1cf92d579ff03e7f1a1d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {ashr i32 %val, 31}
+; RUN: opt < %s -instcombine -S | grep "ashr i32 %val, 31"
 ; PR3851
 
 define i32 @foo2(i32 %val) nounwind {