Combine several vector-related DAGCombiner tests.
[oota-llvm.git] / test / FrontendC++ / 2007-01-02-UnboundedArray.cpp
index 648d19be62b8cb1b6777e45834a7a0325c089d9d..310308694b78b5176397e931920236f42ac55380 100644 (file)
@@ -1,6 +1,6 @@
 // Make sure unbounded arrays compile with debug information.
 // 
-// RUN: %llvmgcc -O0 -c -g %s
+// RUN: %llvmgcc -O0 -S -g %s
 
 // PR1068