Add a new ObjC ARC optimization pass to eliminate unneeded
[oota-llvm.git] / test / Transforms / SimplifyCFG / branch-cond-prop.ll
index 1ba6226200165d1d11b1a3b78cf96203400908f1..448934e725081cce2d2785821b02df9bcbdb8c9e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -simplifycfg -S | not grep call
+; RUN: opt %s -simplifycfg -S | not grep call
 
 declare void @bar()