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