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