The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / FrontendC++ / 2003-11-25-ReturningOpaqueByValue.cpp
index 83fe1b3e810c55148c53a7fb74d90198c2e58746..5ea0a2c4aa8fef2bd162f164b3a07378d1732658 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
 
 #include <vector>
 std::vector<int> my_method ();