summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/epilogue.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/epilogue.ll')
-rw-r--r--test/CodeGen/X86/epilogue.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/epilogue.ll b/test/CodeGen/X86/epilogue.ll
index 0f16a64..7ab10a5 100644
--- a/test/CodeGen/X86/epilogue.ll
+++ b/test/CodeGen/X86/epilogue.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -mcpu=generic -march=x86 | not grep lea
-; RUN: llc < %s -mcpu=generic -march=x86 | grep {movl %ebp}
+; RUN: llc < %s -mcpu=generic -march=x86 | grep "movl %ebp"
declare void @bar(<2 x i64>* %n)