Add ADD and SUB to the predicable ARM instructions.
[oota-llvm.git] / test / Transforms / InstCombine / deadcode.ll
index 7c7f1abc0ca662211aefd272227d8815ce2a9a3f..8fe673d8c9c07a7ed791baf18d0dc9ead80312cf 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {ret i32 %A}
+; RUN: opt < %s -instcombine -S | grep "ret i32 %A"
 ; RUN: opt < %s -die -S | not grep call.*llvm
 
 define i32 @test(i32 %A) {