diff options
Diffstat (limited to 'test/FrontendC/2003-08-17-DeadCodeShortCircuit.c')
-rw-r--r-- | test/FrontendC/2003-08-17-DeadCodeShortCircuit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2003-08-17-DeadCodeShortCircuit.c b/test/FrontendC/2003-08-17-DeadCodeShortCircuit.c index c275fee..9ae633e 100644 --- a/test/FrontendC/2003-08-17-DeadCodeShortCircuit.c +++ b/test/FrontendC/2003-08-17-DeadCodeShortCircuit.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -xc %s -c -o %t.o +// RUN: %llvmgcc -xc %s -S -o %t.o int test(_Bool pos, _Bool color) { return 0; |