LegalizeTypes can sometimes have deleted nodes
[oota-llvm.git] / test / C++Frontend / 2006-11-30-Pubnames.cpp
index 698f30bc0527d26fffb9e2c9e0fc431b15de16e7..c6165a6e354c9f7d14cd9e24af53dad08b41f520 100644 (file)
@@ -2,7 +2,7 @@
 // qualified global names.
 // RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
 // RUN:   llc --disable-fp-elim -o %t.s -f
-// RUN: as %t.s -o %t.o
+// RUN: %compile_c %t.s -o %t.o
 // RUN: %link %t.o -o %t.exe
 // RUN: echo {break main\nrun\np Pubnames::pubname} > %t.in
 // RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | grep {\$1 = 10}