Convert all tests using TCL-style quoting to use shell-style quoting.
[oota-llvm.git] / test / CodeGen / X86 / subreg-to-reg-1.ll
index a297728aee8975353b671f5dcdbe308203079b08..4f31ab5a92291dabf1d786d7c4ebf207dccd9d65 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | grep {leal     .*), %e.\*} | count 1
+; RUN: llc < %s -march=x86-64 | grep "leal     .*), %e.*" | count 1
 
 ; Don't eliminate or coalesce away the explicit zero-extension!
 ; This is currently using an leal because of a 3-addressification detail,