Fix a bug where we were counting the alias sets as completely used
[oota-llvm.git] / test / FrontendC / 2003-08-17-DeadCodeShortCircuit.c
index c275fee5d09a313b817ff176876c74a6cd6ed801..9ae633ee0812894f030bf804483615a71aea8f82 100644 (file)
@@ -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;