diff options
Diffstat (limited to 'test/CodeGen/sret.c')
-rw-r--r-- | test/CodeGen/sret.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/sret.c b/test/CodeGen/sret.c index ed1f9a4..828bf9b 100644 --- a/test/CodeGen/sret.c +++ b/test/CodeGen/sret.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm -O0 -o - | grep sret | count 5 +// RUN: %clang_cc1 %s -emit-llvm -o - | grep sret | count 5 struct abc { long a; |