summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/regpressure.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/regpressure.ll')
-rw-r--r--llvm/test/CodeGen/X86/regpressure.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/regpressure.ll b/llvm/test/CodeGen/X86/regpressure.ll
index 4eaf00421ad..52d7b56f182 100644
--- a/llvm/test/CodeGen/X86/regpressure.ll
+++ b/llvm/test/CodeGen/X86/regpressure.ll
@@ -2,7 +2,7 @@
;; neither of them should require spilling anything to the stack.
; RUN: llc < %s -march=x86 -stats 2>&1 | \
-; RUN: not grep {Number of register spills}
+; RUN: not grep "Number of register spills"
;; This can be compiled to use three registers if the loads are not
;; folded into the multiplies, 2 registers otherwise.
OpenPOWER on IntegriCloud