diff options
Diffstat (limited to 'llvm/test/FrontendC/sret2.c')
| -rw-r--r-- | llvm/test/FrontendC/sret2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/sret2.c b/llvm/test/FrontendC/sret2.c index 7b621f942fa..0f35b1c2586 100644 --- a/llvm/test/FrontendC/sret2.c +++ b/llvm/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; |

