aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/stacksaverestore.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/stacksaverestore.ll')
-rw-r--r--test/Transforms/InstCombine/stacksaverestore.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/stacksaverestore.ll b/test/Transforms/InstCombine/stacksaverestore.ll
index 0fcaefac6224..f5c7a6f9f3f9 100644
--- a/test/Transforms/InstCombine/stacksaverestore.ll
+++ b/test/Transforms/InstCombine/stacksaverestore.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {call.*stackrestore} | count 1
+; RUN: opt < %s -instcombine -S | grep "call.*stackrestore" | count 1
declare i8* @llvm.stacksave()
declare void @llvm.stackrestore(i8*)