Convert all tests using TCL-style quoting to use shell-style quoting.
[oota-llvm.git] / test / Transforms / TailCallElim / trivial_codegen_tailcall.ll
index c9da377755e58b52a33c4c5ae44f0c5a10bced85..3d01d1709952a3ebb0ee045e7517108875db27a2 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -tailcallelim -S | \
-; RUN:    grep {tail call void @foo}
+; RUN: opt %s -tailcallelim -S | \
+; RUN:    grep "tail call void @foo"
 
 
 declare void @foo()