Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
[oota-llvm.git] / test / FrontendC++ / 2009-04-21-DtorNames-dbg.cpp
index 4bd8e771e5279d172075cf12a778c46fb0fad8b7..dfc607e654fdabffc426d8251cbdbacad82c1a78 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -c -g %s -o - | llc -fast -f -o %t.s
+// RUN: %llvmgcc -c -g %s -o - | llc -O0 -f -o %t.s
 // RUN: %compile_c %t.s -o %t.o
 // PR4025