summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/sret.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/sret.c')
-rw-r--r--clang/test/CodeGen/sret.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/sret.c b/clang/test/CodeGen/sret.c
index 5f0d07404a1..201e3b87f8b 100644
--- a/clang/test/CodeGen/sret.c
+++ b/clang/test/CodeGen/sret.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - | grep sret | count 5
+// RUN: %clang_cc1 %s -emit-llvm -o - | grep sret | grep -v 'sret.c' | count 4
struct abc {
long a;
OpenPOWER on IntegriCloud