Reapply r166405, teaching tailcallelim to be smarter about nocapture, with a
[oota-llvm.git] / test / Transforms / TailCallElim / trivial_codegen_tailcall.ll
index 3dddb013f7ce65a6b013fb1b6f2e7cfce9ba7a8e..3d01d1709952a3ebb0ee045e7517108875db27a2 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -tailcallelim -S | \
-; RUN:    grep {tail call void @foo}
+; RUN:    grep "tail call void @foo"
 
 
 declare void @foo()