Convert all tests using TCL-style quoting to use shell-style quoting.
[oota-llvm.git] / test / CodeGen / X86 / 2009-01-31-BigShift2.ll
index 3e425536d1b947b862382b48e23627f654df7ca8..b478f27a95b955825cd98e7e72c5841c5a4e56d2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | grep {mov.*56}
+; RUN: llc < %s -march=x86 | grep "mov.*56"
 ; PR3449
 
 define void @test(<8 x double>* %P, i64* %Q) nounwind {