[x86] Add two truly horrific test cases for the new vector shuffle
[oota-llvm.git] / test / CodeGen / X86 / overlap-shift.ll
index d185af16b90bd732b5af3959b1d03cf42e51aea3..e987495f2c01ac186d2824c148d6d98e83b35bd2 100644 (file)
@@ -7,7 +7,7 @@
 ; Check that the shift gets turned into an LEA.
 
 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
-; RUN:   not grep {mov E.X, E.X}
+; RUN:   not grep "mov E.X, E.X"
 
 @G = external global i32                ; <i32*> [#uses=1]