The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / FrontendC / 2007-11-07-AlignedMemcpy.c
index f1900bb646b42c50f20a1859cb01a503e88e7073..eb9d22c62523f1a9805b85f402e3dc1a267f67ed 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -c %s -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
 void bork() {
   int Qux[33] = {0};
 }