Convert all tests using TCL-style quoting to use shell-style quoting.
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-constpool.ll
index 323c8533cec2fa8c14f59f25dda581630eb5683c..b3adb802a8c57172a7d8979e1dbc820e9779c0d7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -fast-isel | grep {LCPI0_0(%rip)}
+; RUN: llc < %s -fast-isel | grep "LCPI0_0(%rip)"
 ; Make sure fast isel uses rip-relative addressing when required.
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
 target triple = "x86_64-apple-darwin9.0"