The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / FrontendC / 2011-03-08-ZeroFieldUnionInitializer.c
index 30a715bd46f2f18cac97a912c84dcce87e05b00d..1fd8a87824646b6526b02f44a48eacaa2cbfaac0 100644 (file)
@@ -1,3 +1,4 @@
+// RUN: %llvmgcc -S %s
 typedef struct {
   union {
     struct { } __attribute((packed));