summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fp_load_fold.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fp_load_fold.llx')
-rw-r--r--test/CodeGen/X86/fp_load_fold.llx3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp_load_fold.llx b/test/CodeGen/X86/fp_load_fold.llx
index c3a00094da..1d8d353e4d 100644
--- a/test/CodeGen/X86/fp_load_fold.llx
+++ b/test/CodeGen/X86/fp_load_fold.llx
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | grep ST | not grep 'fadd\|fsub\|fdiv\|fmul'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \
+; RUN: grep ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
; Test that the load of the memory location is folded into the operation.