The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / FrontendC / 2003-08-30-LargeIntegerBitfieldMember.c
index f67aee4c10fb535eacb3edcd311b526cd5a25946..e1ca88cdc6f1e29b2d73bd6078d2af33175fc6ed 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
 
 struct foo {
   unsigned int I:1;