Optimize icmp of null and select of two constants even if the select has
[oota-llvm.git] / test / FrontendC++ / 2006-11-30-NoCompileUnit.cpp
index cd8b988a98522a63a5251efa036ba251022641bc..242a37e41336ef7db137f0c1af71a9fbffa8f468 100644 (file)
@@ -1,6 +1,6 @@
 // This is a regression test on debug info to make sure we don't hit a compile 
 // unit size issue with gdb.
-// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
+// RUN: %llvmgcc -S -O0 -g %s -o - | \
 // RUN:   llc --disable-fp-elim -o NoCompileUnit.s
 // RUN: %compile_c NoCompileUnit.s -o NoCompileUnit.o
 // RUN: %link NoCompileUnit.o -o NoCompileUnit.exe