summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGen/cleanup-stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/cleanup-stack.c b/clang/test/CodeGen/cleanup-stack.c
index 360f6e701be..cc734e6a36e 100644
--- a/clang/test/CodeGen/cleanup-stack.c
+++ b/clang/test/CodeGen/cleanup-stack.c
@@ -1,5 +1,5 @@
// RUN: clang -emit-llvm %s -o %t &&
-// RUN: grep "store i32 0, i32* %cleanup" %t | count 2
+// RUN: grep "store i32 0, i32\* %cleanup" %t | count 2
void f(int n) {
int a[n];
OpenPOWER on IntegriCloud