diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/overlap-add.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/overlap-add.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/overlap-add.ll b/llvm/test/CodeGen/X86/overlap-add.ll index 354dcc6fe6f..4eef68d3d54 100644 --- a/llvm/test/CodeGen/X86/overlap-add.ll +++ b/llvm/test/CodeGen/X86/overlap-add.ll @@ -7,7 +7,7 @@ ; Check that the shift gets turned into an LEA. ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \ -; RUN: not grep 'mov E.X, E.X' +; RUN: not grep {mov E.X, E.X} ; FIXME: We need live variable information about flags to do this xform safely. :( ; XFAIL: * |