Combine several vector-related DAGCombiner tests.
[oota-llvm.git] / test / FrontendC++ / 2010-06-22-ZeroBitfield.cpp
index c979f8d9b9183e98f0a0b9cb1d811925b69e10a1..9c4f2629f7482c89363928cc384fe9a3932dae35 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -g -c %s
+// RUN: %llvmgxx -g -S %s
 struct s8_0 { unsigned : 0; };
 struct s8_1 { double x; };
 struct s8 { s8_0 a; s8_1 b; };