summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/overlap-shift.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/overlap-shift.ll')
-rw-r--r--test/CodeGen/X86/overlap-shift.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/overlap-shift.ll b/test/CodeGen/X86/overlap-shift.ll
index d185af1..e987495 100644
--- a/test/CodeGen/X86/overlap-shift.ll
+++ b/test/CodeGen/X86/overlap-shift.ll
@@ -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]
OpenPOWER on IntegriCloud