[InstCombine] Don't miscompile safe increment idiom
[oota-llvm.git] / test / Transforms / InstCombine / 2007-12-18-AddSelCmpSub.ll
index cc89f6dd2056eace36ce64ee05bb2ae0241221d8..3745e872eee692ec38691ba336a3a578dd5c886d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {add} | count 1
+; RUN: opt < %s -instcombine -S | grep "add" | count 1
 
 define i32 @foo(i32 %a) {
 entry: