[llvm-commits] [llvm] r79992 - in /llvm/trunk/test: ./ Assembler/ Bitcode/ CodeGen/ARM/ CodeGen/Alpha/ CodeGen/CPP/ CodeGen/CellSPU/ CodeGen/Generic/ CodeGen/Mips/ CodeGen/PowerPC/ CodeGen/X86/ DebugInfo/ ExecutionEngine/ Feature/ FrontendC++/ FrontendC/ FrontendObjC/ Linker/ Transforms/Inline/ Transforms/InstCombine/ Transforms/TailDup/ Verifier/ lib/
Dan Gohman
gohman at apple.com
Tue Aug 25 08:38:32 PDT 2009
Author: djg
Date: Tue Aug 25 10:38:29 2009
New Revision: 79992
URL: http://llvm.org/viewvc/llvm-project?rev=79992&view=rev
Log:
Remove obsolete -f flags.
Modified:
llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll
llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll
llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll
llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll
llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll
llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll
llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll
llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll
llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll
llvm/trunk/test/Assembler/2002-05-02-ParseError.ll
llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll
llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll
llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll
llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll
llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll
llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll
llvm/trunk/test/Assembler/2002-10-15-NameClash.ll
llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll
llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll
llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll
llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll
llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll
llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll
llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll
llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll
llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll
llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll
llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll
llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll
llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll
llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll
llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll
llvm/trunk/test/Assembler/2007-03-18-InvalidNumberedVar.ll
llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll
llvm/trunk/test/Assembler/2009-07-24-ZeroArgGEP.ll
llvm/trunk/test/Assembler/select.ll
llvm/trunk/test/Bitcode/memcpy.ll
llvm/trunk/test/Bitcode/metadata-2.ll
llvm/trunk/test/Bitcode/metadata.ll
llvm/trunk/test/CodeGen/ARM/aliases.ll
llvm/trunk/test/CodeGen/Alpha/add.ll
llvm/trunk/test/CodeGen/CPP/2009-05-01-Long-Double.ll
llvm/trunk/test/CodeGen/CPP/2009-05-04-CondBr.ll
llvm/trunk/test/CodeGen/CellSPU/rotate_ops.ll
llvm/trunk/test/CodeGen/Generic/Makefile
llvm/trunk/test/CodeGen/Generic/nested-select.ll
llvm/trunk/test/CodeGen/Generic/switch-lower-feature-2.ll
llvm/trunk/test/CodeGen/Mips/2008-06-05-Carry.ll
llvm/trunk/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll
llvm/trunk/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
llvm/trunk/test/CodeGen/Mips/2008-07-15-SmallSection.ll
llvm/trunk/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll
llvm/trunk/test/CodeGen/Mips/2008-07-22-Cstpool.ll
llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll
llvm/trunk/test/CodeGen/Mips/2008-07-31-fcopysign.ll
llvm/trunk/test/CodeGen/Mips/2008-08-01-AsmInline.ll
llvm/trunk/test/CodeGen/Mips/2008-08-03-fabs64.ll
llvm/trunk/test/CodeGen/Mips/2008-08-04-Bitconvert.ll
llvm/trunk/test/CodeGen/Mips/2008-08-07-CC.ll
llvm/trunk/test/CodeGen/PowerPC/Frames-small.ll
llvm/trunk/test/CodeGen/PowerPC/addc.ll
llvm/trunk/test/CodeGen/PowerPC/and_add.ll
llvm/trunk/test/CodeGen/PowerPC/mulhs.ll
llvm/trunk/test/CodeGen/PowerPC/rlwimi2.ll
llvm/trunk/test/CodeGen/PowerPC/rlwinm.ll
llvm/trunk/test/CodeGen/PowerPC/rlwinm2.ll
llvm/trunk/test/CodeGen/PowerPC/stfiwx.ll
llvm/trunk/test/CodeGen/PowerPC/subc.ll
llvm/trunk/test/CodeGen/PowerPC/vec_br_cmp.ll
llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll
llvm/trunk/test/CodeGen/PowerPC/vec_vrsave.ll
llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll
llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
llvm/trunk/test/CodeGen/X86/aliases.ll
llvm/trunk/test/CodeGen/X86/atomic_op.ll
llvm/trunk/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll
llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll
llvm/trunk/test/CodeGen/X86/extract-combine.ll
llvm/trunk/test/CodeGen/X86/iv-users-in-other-loops.ll
llvm/trunk/test/CodeGen/X86/legalizedag_vec.ll
llvm/trunk/test/CodeGen/X86/mingw-alloca.ll
llvm/trunk/test/CodeGen/X86/neg_fp.ll
llvm/trunk/test/CodeGen/X86/pic-1.ll
llvm/trunk/test/CodeGen/X86/pic-2.ll
llvm/trunk/test/CodeGen/X86/pic-4.ll
llvm/trunk/test/CodeGen/X86/pic-5.ll
llvm/trunk/test/CodeGen/X86/pic-6.ll
llvm/trunk/test/CodeGen/X86/pic-cpool.ll
llvm/trunk/test/CodeGen/X86/pic-jtbl.ll
llvm/trunk/test/CodeGen/X86/scalar-extract.ll
llvm/trunk/test/CodeGen/X86/vec_clear.ll
llvm/trunk/test/CodeGen/X86/vec_extract-sse4.ll
llvm/trunk/test/CodeGen/X86/vec_extract.ll
llvm/trunk/test/CodeGen/X86/vec_i64.ll
llvm/trunk/test/CodeGen/X86/vec_insert-8.ll
llvm/trunk/test/CodeGen/X86/vec_set-3.ll
llvm/trunk/test/CodeGen/X86/vec_set-5.ll
llvm/trunk/test/CodeGen/X86/vec_set-6.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-10.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-22.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-25.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-26.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-27.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-28.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-3.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-30.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-31.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-35.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-36.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-5.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-7.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle-9.ll
llvm/trunk/test/CodeGen/X86/vec_shuffle.ll
llvm/trunk/test/CodeGen/X86/vec_splat-3.ll
llvm/trunk/test/CodeGen/X86/vec_splat-4.ll
llvm/trunk/test/CodeGen/X86/vec_ss_load_fold.ll
llvm/trunk/test/CodeGen/X86/vshift-1.ll
llvm/trunk/test/CodeGen/X86/vshift-2.ll
llvm/trunk/test/CodeGen/X86/vshift-3.ll
llvm/trunk/test/CodeGen/X86/vshift-4.ll
llvm/trunk/test/CodeGen/X86/widen_arith-1.ll
llvm/trunk/test/CodeGen/X86/widen_arith-2.ll
llvm/trunk/test/CodeGen/X86/widen_arith-3.ll
llvm/trunk/test/CodeGen/X86/widen_arith-4.ll
llvm/trunk/test/CodeGen/X86/widen_arith-5.ll
llvm/trunk/test/CodeGen/X86/widen_arith-6.ll
llvm/trunk/test/CodeGen/X86/widen_cast-1.ll
llvm/trunk/test/CodeGen/X86/widen_cast-2.ll
llvm/trunk/test/CodeGen/X86/widen_cast-3.ll
llvm/trunk/test/CodeGen/X86/widen_cast-4.ll
llvm/trunk/test/CodeGen/X86/widen_cast-5.ll
llvm/trunk/test/CodeGen/X86/widen_cast-6.ll
llvm/trunk/test/CodeGen/X86/widen_conv-1.ll
llvm/trunk/test/CodeGen/X86/widen_conv-2.ll
llvm/trunk/test/CodeGen/X86/widen_conv-3.ll
llvm/trunk/test/CodeGen/X86/widen_conv-4.ll
llvm/trunk/test/CodeGen/X86/widen_select-1.ll
llvm/trunk/test/CodeGen/X86/widen_shuffle-1.ll
llvm/trunk/test/CodeGen/X86/widen_shuffle-2.ll
llvm/trunk/test/CodeGen/X86/x86-64-mem.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-1.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-10.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-2.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-3.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-4.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-5.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-6.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-7.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-8.ll
llvm/trunk/test/CodeGen/X86/x86-64-pic-9.ll
llvm/trunk/test/DebugInfo/2009-01-15-RecordVariableCrash.ll
llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll
llvm/trunk/test/DebugInfo/2009-01-15-member.ll
llvm/trunk/test/DebugInfo/2009-02-18-DefaultScope-Crash.ll
llvm/trunk/test/DebugInfo/2009-06-12-Inline.ll
llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll
llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll
llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll
llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll
llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll
llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll
llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
llvm/trunk/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll
llvm/trunk/test/ExecutionEngine/hello.ll
llvm/trunk/test/ExecutionEngine/hello2.ll
llvm/trunk/test/ExecutionEngine/simplesttest.ll
llvm/trunk/test/ExecutionEngine/simpletest.ll
llvm/trunk/test/ExecutionEngine/test-arith.ll
llvm/trunk/test/ExecutionEngine/test-branch.ll
llvm/trunk/test/ExecutionEngine/test-call.ll
llvm/trunk/test/ExecutionEngine/test-cast.ll
llvm/trunk/test/ExecutionEngine/test-constantexpr.ll
llvm/trunk/test/ExecutionEngine/test-fp.ll
llvm/trunk/test/ExecutionEngine/test-loadstore.ll
llvm/trunk/test/ExecutionEngine/test-logical.ll
llvm/trunk/test/ExecutionEngine/test-loop.ll
llvm/trunk/test/ExecutionEngine/test-malloc.ll
llvm/trunk/test/ExecutionEngine/test-phi.ll
llvm/trunk/test/ExecutionEngine/test-ret.ll
llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll
llvm/trunk/test/ExecutionEngine/test-setcond-int.ll
llvm/trunk/test/ExecutionEngine/test-shift.ll
llvm/trunk/test/Feature/NamedMDNode2.ll
llvm/trunk/test/Feature/globalredefinition3.ll
llvm/trunk/test/FrontendC++/2003-08-20-ExceptionFail.cpp
llvm/trunk/test/FrontendC++/2003-08-21-EmptyClass.cpp
llvm/trunk/test/FrontendC++/2003-08-27-TypeNamespaces.cpp
llvm/trunk/test/FrontendC++/2003-08-28-ForwardType.cpp
llvm/trunk/test/FrontendC++/2003-08-28-SaveExprBug.cpp
llvm/trunk/test/FrontendC++/2003-08-31-StructLayout.cpp
llvm/trunk/test/FrontendC++/2003-09-22-CompositeExprValue.cpp
llvm/trunk/test/FrontendC++/2003-09-29-ArgumentNumberMismatch.cpp
llvm/trunk/test/FrontendC++/2003-09-30-CommaExprBug.cpp
llvm/trunk/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp
llvm/trunk/test/FrontendC++/2003-09-30-ForIncrementExprBug2.cpp
llvm/trunk/test/FrontendC++/2003-09-30-NestedFunctionDecl.cpp
llvm/trunk/test/FrontendC++/2003-10-17-BoolBitfields.cpp
llvm/trunk/test/FrontendC++/2003-10-27-VirtualBaseClassCrash.cpp
llvm/trunk/test/FrontendC++/2003-11-04-ArrayConstructors.cpp
llvm/trunk/test/FrontendC++/2003-11-04-CatchLabelName.cpp
llvm/trunk/test/FrontendC++/2003-11-18-EnumArray.cpp
llvm/trunk/test/FrontendC++/2003-11-18-PtrMemConstantInitializer.cpp
llvm/trunk/test/FrontendC++/2003-11-25-ReturningOpaqueByValue.cpp
llvm/trunk/test/FrontendC++/2003-11-27-MultipleInheritanceThunk.cpp
llvm/trunk/test/FrontendC++/2003-11-29-DuplicatedCleanupTest.cpp
llvm/trunk/test/FrontendC++/2003-12-08-ArrayOfPtrToMemberFunc.cpp
llvm/trunk/test/FrontendC++/2004-03-08-ReinterpretCastCopy.cpp
llvm/trunk/test/FrontendC++/2004-03-15-CleanupsAndGotos.cpp
llvm/trunk/test/FrontendC++/2004-06-08-LateTemplateInstantiation.cpp
llvm/trunk/test/FrontendC++/2004-09-27-CompilerCrash.cpp
llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp
llvm/trunk/test/FrontendC++/2006-11-30-NoCompileUnit.cpp
llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp
llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFields-1.cpp
llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap-2.cpp
llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap.cpp
llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsSmall.cpp
llvm/trunk/test/FrontendC++/2007-04-05-StructPackedFieldUnpacked.cpp
llvm/trunk/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp
llvm/trunk/test/FrontendC++/2009-07-15-LineNumbers.cpp
llvm/trunk/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c
llvm/trunk/test/FrontendC/2002-01-24-ComplexSpaceInType.c
llvm/trunk/test/FrontendC/2002-01-24-HandleCallInsnSEGV.c
llvm/trunk/test/FrontendC/2002-02-13-ConditionalInCall.c
llvm/trunk/test/FrontendC/2002-02-13-ReloadProblem.c
llvm/trunk/test/FrontendC/2002-02-13-TypeVarNameCollision.c
llvm/trunk/test/FrontendC/2002-02-13-UnnamedLocal.c
llvm/trunk/test/FrontendC/2002-02-14-EntryNodePreds.c
llvm/trunk/test/FrontendC/2002-02-16-RenamingTest.c
llvm/trunk/test/FrontendC/2002-02-17-ArgumentAddress.c
llvm/trunk/test/FrontendC/2002-02-18-64bitConstant.c
llvm/trunk/test/FrontendC/2002-02-18-StaticData.c
llvm/trunk/test/FrontendC/2002-03-11-LargeCharInString.c
llvm/trunk/test/FrontendC/2002-03-12-ArrayInitialization.c
llvm/trunk/test/FrontendC/2002-03-12-StructInitialize.c
llvm/trunk/test/FrontendC/2002-03-12-StructInitializer.c
llvm/trunk/test/FrontendC/2002-03-14-BrokenPHINode.c
llvm/trunk/test/FrontendC/2002-03-14-BrokenSSA.c
llvm/trunk/test/FrontendC/2002-03-14-QuotesInStrConst.c
llvm/trunk/test/FrontendC/2002-04-07-SwitchStmt.c
llvm/trunk/test/FrontendC/2002-04-08-LocalArray.c
llvm/trunk/test/FrontendC/2002-04-09-StructRetVal.c
llvm/trunk/test/FrontendC/2002-04-10-StructParameters.c
llvm/trunk/test/FrontendC/2002-05-23-StaticValues.c
llvm/trunk/test/FrontendC/2002-05-23-TypeNameCollision.c
llvm/trunk/test/FrontendC/2002-05-24-Alloca.c
llvm/trunk/test/FrontendC/2002-06-25-FWriteInterfaceFailure.c
llvm/trunk/test/FrontendC/2002-07-14-MiscListTests.c
llvm/trunk/test/FrontendC/2002-07-14-MiscTests.c
llvm/trunk/test/FrontendC/2002-07-14-MiscTests2.c
llvm/trunk/test/FrontendC/2002-07-14-MiscTests3.c
llvm/trunk/test/FrontendC/2002-07-16-HardStringInit.c
llvm/trunk/test/FrontendC/2002-07-17-StringConstant.c
llvm/trunk/test/FrontendC/2002-07-29-Casts.c
llvm/trunk/test/FrontendC/2002-07-30-SubregSetAssertion.c
llvm/trunk/test/FrontendC/2002-07-30-UnionTest.c
llvm/trunk/test/FrontendC/2002-07-30-VarArgsCallFailure.c
llvm/trunk/test/FrontendC/2002-07-31-BadAssert.c
llvm/trunk/test/FrontendC/2002-07-31-SubregFailure.c
llvm/trunk/test/FrontendC/2002-08-02-UnionTest.c
llvm/trunk/test/FrontendC/2002-08-19-RecursiveLocals.c
llvm/trunk/test/FrontendC/2002-09-08-PointerShifts.c
llvm/trunk/test/FrontendC/2002-09-18-UnionProblem.c
llvm/trunk/test/FrontendC/2002-09-19-StarInLabel.c
llvm/trunk/test/FrontendC/2002-10-12-TooManyArguments.c
llvm/trunk/test/FrontendC/2002-12-15-GlobalBoolTest.c
llvm/trunk/test/FrontendC/2002-12-15-GlobalConstantTest.c
llvm/trunk/test/FrontendC/2002-12-15-GlobalRedefinition.c
llvm/trunk/test/FrontendC/2002-12-15-StructParameters.c
llvm/trunk/test/FrontendC/2003-03-03-DeferredType.c
llvm/trunk/test/FrontendC/2003-06-22-UnionCrash.c
llvm/trunk/test/FrontendC/2003-06-23-GCC-fold-infinite-recursion.c
llvm/trunk/test/FrontendC/2003-06-26-CFECrash.c
llvm/trunk/test/FrontendC/2003-06-29-MultipleFunctionDefinition.c
llvm/trunk/test/FrontendC/2003-08-18-SigSetJmp.c
llvm/trunk/test/FrontendC/2003-08-18-StructAsValue.c
llvm/trunk/test/FrontendC/2003-08-20-BadBitfieldRef.c
llvm/trunk/test/FrontendC/2003-08-20-PrototypeMismatch.c
llvm/trunk/test/FrontendC/2003-08-20-vfork-bug.c
llvm/trunk/test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c
llvm/trunk/test/FrontendC/2003-08-21-StmtExpr.c
llvm/trunk/test/FrontendC/2003-08-21-WideString.c
llvm/trunk/test/FrontendC/2003-08-23-LocalUnionTest.c
llvm/trunk/test/FrontendC/2003-08-29-BitFieldStruct.c
llvm/trunk/test/FrontendC/2003-08-29-HugeCharConst.c
llvm/trunk/test/FrontendC/2003-08-29-StructLayoutBug.c
llvm/trunk/test/FrontendC/2003-08-30-LargeIntegerBitfieldMember.c
llvm/trunk/test/FrontendC/2003-09-18-BitfieldTests.c
llvm/trunk/test/FrontendC/2003-09-30-StructLayout.c
llvm/trunk/test/FrontendC/2003-10-02-UnionLValueError.c
llvm/trunk/test/FrontendC/2003-10-06-NegateExprType.c
llvm/trunk/test/FrontendC/2003-10-09-UnionInitializerBug.c
llvm/trunk/test/FrontendC/2003-10-28-ident.c
llvm/trunk/test/FrontendC/2003-10-29-AsmRename.c
llvm/trunk/test/FrontendC/2003-11-01-C99-CompoundLiteral.c
llvm/trunk/test/FrontendC/2003-11-01-EmptyStructCrash.c
llvm/trunk/test/FrontendC/2003-11-01-GlobalUnionInit.c
llvm/trunk/test/FrontendC/2003-11-04-EmptyStruct.c
llvm/trunk/test/FrontendC/2003-11-04-OutOfMemory.c
llvm/trunk/test/FrontendC/2003-11-12-VoidString.c
llvm/trunk/test/FrontendC/2003-11-16-StaticArrayInit.c
llvm/trunk/test/FrontendC/2003-11-18-CondExprLValue.c
llvm/trunk/test/FrontendC/2003-11-19-BitFieldArray.c
llvm/trunk/test/FrontendC/2003-11-20-Bitfields.c
llvm/trunk/test/FrontendC/2003-11-20-ComplexDivision.c
llvm/trunk/test/FrontendC/2003-11-20-UnionBitfield.c
llvm/trunk/test/FrontendC/2003-11-26-PointerShift.c
llvm/trunk/test/FrontendC/2003-11-27-ConstructorCast.c
llvm/trunk/test/FrontendC/2003-11-27-UnionCtorInitialization.c
llvm/trunk/test/FrontendC/2004-01-08-ExternInlineRedefine.c
llvm/trunk/test/FrontendC/2004-03-07-ComplexDivEquals.c
llvm/trunk/test/FrontendC/2004-03-09-LargeArrayInitializers.c
llvm/trunk/test/FrontendC/2004-03-15-SimpleIndirectGoto.c
llvm/trunk/test/FrontendC/2004-03-16-AsmRegisterCrash.c
llvm/trunk/test/FrontendC/2004-05-07-VarArrays.c
llvm/trunk/test/FrontendC/2004-05-21-IncompleteEnum.c
llvm/trunk/test/FrontendC/2004-06-08-OpaqueStructArg.c
llvm/trunk/test/FrontendC/2004-06-17-UnorderedBuiltins.c
llvm/trunk/test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c
llvm/trunk/test/FrontendC/2004-07-06-FunctionCast.c
llvm/trunk/test/FrontendC/2004-08-06-LargeStructTest.c
llvm/trunk/test/FrontendC/2005-09-20-ComplexConstants.c
llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c
llvm/trunk/test/FrontendC/2009-07-15-pad-wchar_t-array.c
llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m
llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll
llvm/trunk/test/Linker/2003-04-21-Linkage.ll
llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll
llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll
llvm/trunk/test/Linker/2004-02-17-WeakStrongLinkage.ll
llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll
llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll
llvm/trunk/test/Linker/2008-03-05-AliasReference.ll
llvm/trunk/test/Linker/2008-06-13-LinkOnceRedefinition.ll
llvm/trunk/test/Linker/2008-06-26-AddressSpace.ll
llvm/trunk/test/Linker/2008-07-06-AliasFnDecl.ll
llvm/trunk/test/Linker/2008-07-06-AliasWeakDest.ll
llvm/trunk/test/Linker/basiclink.ll
llvm/trunk/test/Linker/link-archive.ll
llvm/trunk/test/Linker/link-global-to-func.ll
llvm/trunk/test/Linker/link-messages.ll
llvm/trunk/test/Linker/redefinition.ll
llvm/trunk/test/Linker/weakextern.ll
llvm/trunk/test/Makefile.tests
llvm/trunk/test/Transforms/Inline/2007-06-06-NoInline.ll
llvm/trunk/test/Transforms/InstCombine/udiv_select_to_select_shift.ll
llvm/trunk/test/Transforms/TailDup/if-tail-dup.ll
llvm/trunk/test/Verifier/2008-03-01-AllocaSized.ll
llvm/trunk/test/Verifier/2008-08-22-MemCpyAlignment.ll
llvm/trunk/test/Verifier/SelfReferential.ll
llvm/trunk/test/Verifier/aliasing-chain.ll
llvm/trunk/test/Verifier/byval-4.ll
llvm/trunk/test/Verifier/invoke-2.ll
llvm/trunk/test/lib/llvm2cpp.exp
Modified: llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll (original)
+++ llvm/trunk/test/Assembler/2002-01-24-BadSymbolTableAssert.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; This testcase failed due to a bad assertion in SymbolTable.cpp, removed in
; the 1.20 revision. Basically the symbol table assumed that if there was an
Modified: llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll (original)
+++ llvm/trunk/test/Assembler/2002-01-24-ValueRefineAbsType.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; This testcase used to fail due to a lack of this diff in Value.cpp:
; diff -r1.16 Value.cpp
Modified: llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll (original)
+++ llvm/trunk/test/Assembler/2002-02-19-TypeParsing.ll Tue Aug 25 10:38:29 2009
@@ -1,3 +1,3 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
%Hosp = type { i32, i32, i32, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* } }
Modified: llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll (original)
+++ llvm/trunk/test/Assembler/2002-03-08-NameCollision.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; Method arguments were being checked for collisions at the global scope before
; the method object was created by the parser. Because of this, false
Modified: llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll (original)
+++ llvm/trunk/test/Assembler/2002-03-08-NameCollision2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; Another name collision problem. Here the problem was that if a forward
; declaration for a method was found, that this would cause spurious conflicts
Modified: llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll (original)
+++ llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
type { { \2 *, \4 ** },
{ \2 *, \4 ** }
Modified: llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll (original)
+++ llvm/trunk/test/Assembler/2002-04-04-PureVirtMethCall2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
%t = type { { \2*, \2 },
{ \2*, \2 }
Modified: llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll (original)
+++ llvm/trunk/test/Assembler/2002-04-05-TypeParsing.ll Tue Aug 25 10:38:29 2009
@@ -1,3 +1,3 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
%Hosp = type { { \2*, { \2, %Hosp }* }, { \2*, { \2, %Hosp }* } }
Modified: llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll (original)
+++ llvm/trunk/test/Assembler/2002-05-02-InvalidForwardRef.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; It looks like the assembler is not forward resolving the function declaraion
; correctly.
Modified: llvm/trunk/test/Assembler/2002-05-02-ParseError.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-05-02-ParseError.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-05-02-ParseError.ll (original)
+++ llvm/trunk/test/Assembler/2002-05-02-ParseError.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
%T = type i32 *
Modified: llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll (original)
+++ llvm/trunk/test/Assembler/2002-07-08-HugePerformanceProblem.ll Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
; This file takes about 48 __MINUTES__ to assemble using as. This is WAY too
; long. The type resolution code needs to be sped up a lot.
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
%ALL_INTERSECTIONS_METHOD = type i32 (%OBJECT*, %RAY*, %ISTACK*)*
%BBOX = type { %BBOX_VECT, %BBOX_VECT }
%BBOX_TREE = type { i16, i16, %BBOX, %BBOX_TREE** }
Modified: llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll (original)
+++ llvm/trunk/test/Assembler/2002-07-25-ParserAssertionFailure.ll Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
; Make sure we don't get an assertion failure, even though this is a parse
; error
-; RUN: not llvm-as %s -o /dev/null -f |& grep {'@foo' defined with}
+; RUN: not llvm-as %s -o /dev/null |& grep {'@foo' defined with}
%ty = type void (i32)
Modified: llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll (original)
+++ llvm/trunk/test/Assembler/2002-08-15-CastAmbiguity.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
define void @test(i32 %X) {
call void @test( i32 6 )
Modified: llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll (original)
+++ llvm/trunk/test/Assembler/2002-08-15-ConstantExprProblem.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
@.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
Modified: llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll (original)
+++ llvm/trunk/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
@.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
Modified: llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll (original)
+++ llvm/trunk/test/Assembler/2002-08-22-DominanceProblem.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; Dominance relationships is not calculated correctly for unreachable blocks,
; which causes the verifier to barf on this input.
Modified: llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll (original)
+++ llvm/trunk/test/Assembler/2002-10-08-LargeArrayPerformance.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; This testcase comes from the following really simple c file:
;; int foo[30000]
;;; We should not be soo slow for such a simple case!
Modified: llvm/trunk/test/Assembler/2002-10-15-NameClash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-10-15-NameClash.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-10-15-NameClash.ll (original)
+++ llvm/trunk/test/Assembler/2002-10-15-NameClash.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
declare i32 @"ArrayRef"([100 x i32] * %Array)
Modified: llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll (original)
+++ llvm/trunk/test/Assembler/2002-12-15-GlobalResolve.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
@X = external global i32*
@X1 = external global %T*
Modified: llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll (original)
+++ llvm/trunk/test/Assembler/2003-01-30-UnsignedString.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
@spell_order = global [4 x i8] c"\FF\00\F7\00"
Modified: llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll (original)
+++ llvm/trunk/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; There should be absolutely no problem with this testcase.
define i32 @test(i32 %arg1, i32 %arg2) {
Modified: llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll (original)
+++ llvm/trunk/test/Assembler/2003-05-15-AssemblerProblem.ll Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
; This bug was caused by two CPR's existing for the same global variable,
; colliding in the Module level CPR map.
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
define void @test() {
call void (...)* bitcast (void (i16*, i32)* @AddString to void (...)*)( i16* null, i32 0 )
Modified: llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll (original)
+++ llvm/trunk/test/Assembler/2003-05-15-SwitchBug.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; Check minimal switch statement
Modified: llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll (original)
+++ llvm/trunk/test/Assembler/2003-05-21-ConstantShiftExpr.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; Test that shift instructions can be used in constant expressions.
global i32 3670016
Modified: llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll (original)
+++ llvm/trunk/test/Assembler/2003-05-21-EmptyStructTest.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; The old C front-end never generated empty structures, now the new one
; can. For some reason we never handled them in the parser. Weird.
Modified: llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll (original)
+++ llvm/trunk/test/Assembler/2003-06-30-RecursiveTypeProblem.ll Tue Aug 25 10:38:29 2009
@@ -1,3 +1,3 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
%MidFnTy = type void (%MidFnTy*)
Modified: llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll (original)
+++ llvm/trunk/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
%T = type i32
@X = global i32* null ; <i32**> [#uses=0]
Modified: llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll (original)
+++ llvm/trunk/test/Assembler/2003-12-30-TypeMapInvalidMemory.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: not llvm-as %s -o /dev/null -f |& grep {use of undefined type named 'struct.D_Scope'}
+; RUN: not llvm-as %s -o /dev/null |& grep {use of undefined type named 'struct.D_Scope'}
; END.
@d_reduction_0_dparser_gram = global {
Modified: llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll (original)
+++ llvm/trunk/test/Assembler/2004-02-27-SelfUseAssertError.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; %inc2 uses it's own value, but that's ok, as it's unreachable!
Modified: llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll (original)
+++ llvm/trunk/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
define i32* @t1({ float, i32 }* %X) {
%W = getelementptr { float, i32 }* %X, i32 20, i32 1 ; <i32*> [#uses=0]
Modified: llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll (original)
+++ llvm/trunk/test/Assembler/2004-10-22-BCWriterUndefBug.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
;; The bytecode writer was trying to treat undef values as ConstantArray's when
;; they looked like strings.
-;; RUN: llvm-as %s -o /dev/null -f
+;; RUN: llvm-as %s -o /dev/null
@G = internal global [8 x i8] undef
Modified: llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll (original)
+++ llvm/trunk/test/Assembler/2004-11-28-InvalidTypeCrash.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
; Test for PR463. This program is erroneous, but should not crash llvm-as.
-; RUN: not llvm-as %s -o /dev/null -f |& grep {invalid type for null constant}
+; RUN: not llvm-as %s -o /dev/null |& grep {invalid type for null constant}
@.FOO = internal global %struct.none zeroinitializer
Modified: llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll (original)
+++ llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
define void @test() {
call {i32} @foo()
Modified: llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll (original)
+++ llvm/trunk/test/Assembler/2007-01-02-Undefined-Arg-Type.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; The assembler should catch an undefined argument type .
-; RUN: not llvm-as %s -o /dev/null -f |& grep {use of undefined type named 'typedef.bc_struct'}
+; RUN: not llvm-as %s -o /dev/null |& grep {use of undefined type named 'typedef.bc_struct'}
; %typedef.bc_struct = type opaque
Modified: llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll (original)
+++ llvm/trunk/test/Assembler/2007-01-05-Cmp-ConstExpr.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; Test Case for PR1080
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
@str = internal constant [4 x i8] c"-ga\00" ; <[4 x i8]*> [#uses=2]
Modified: llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll (original)
+++ llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; PR1117
-; RUN: not llvm-as %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
+; RUN: not llvm-as %s -o /dev/null |& grep {invalid cast opcode for cast from}
define i8* @nada(i64 %X) {
%result = trunc i64 %X to i8*
Modified: llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll (original)
+++ llvm/trunk/test/Assembler/2007-01-16-CrashOnBadCast2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
; PR1117
-; RUN: not llvm-as %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
+; RUN: not llvm-as %s -o /dev/null |& grep {invalid cast opcode for cast from}
@X = constant i8* trunc (i64 0 to i8*)
Modified: llvm/trunk/test/Assembler/2007-03-18-InvalidNumberedVar.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-03-18-InvalidNumberedVar.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2007-03-18-InvalidNumberedVar.ll (original)
+++ llvm/trunk/test/Assembler/2007-03-18-InvalidNumberedVar.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; PR 1258
-; RUN: not llvm-as < %s >/dev/null -f |& grep {'%0' defined with type 'i1'}
+; RUN: not llvm-as < %s >/dev/null |& grep {'%0' defined with type 'i1'}
define i32 @test1(i32 %a, i32 %b) {
entry:
Modified: llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll (original)
+++ llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; Test function notes
-; RUN: not llvm-as %s -o /dev/null -f |& grep "Attributes noinline alwaysinline are incompatible"
+; RUN: not llvm-as %s -o /dev/null |& grep "Attributes noinline alwaysinline are incompatible"
define void @fn1() alwaysinline noinline {
ret void
}
Modified: llvm/trunk/test/Assembler/2009-07-24-ZeroArgGEP.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2009-07-24-ZeroArgGEP.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2009-07-24-ZeroArgGEP.ll (original)
+++ llvm/trunk/test/Assembler/2009-07-24-ZeroArgGEP.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
@foo = global i32 0
@bar = constant i32* getelementptr(i32* @foo)
Modified: llvm/trunk/test/Assembler/select.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/select.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/select.ll (original)
+++ llvm/trunk/test/Assembler/select.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
define i32 @test(i1 %C, i32 %V1, i32 %V2) {
Modified: llvm/trunk/test/Bitcode/memcpy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/memcpy.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Bitcode/memcpy.ll (original)
+++ llvm/trunk/test/Bitcode/memcpy.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
define void @test(i32* %P, i32* %Q) {
entry:
Modified: llvm/trunk/test/Bitcode/metadata-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/metadata-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Bitcode/metadata-2.ll (original)
+++ llvm/trunk/test/Bitcode/metadata-2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis -f -o /dev/null
+; RUN: llvm-as < %s | llvm-dis -o /dev/null
type { %object.ModuleInfo.__vtbl*, i8*, %"byte[]", %1, %"ClassInfo[]", i32, void ()*, void ()*, void ()*, i8*, void ()* } ; type %0
type { i64, %object.ModuleInfo* } ; type %1
type { i32, void ()* } ; type %2
Modified: llvm/trunk/test/Bitcode/metadata.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/metadata.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Bitcode/metadata.ll (original)
+++ llvm/trunk/test/Bitcode/metadata.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis -f -o /dev/null
+; RUN: llvm-as < %s | llvm-dis -o /dev/null
!llvm.foo = !{!0}
!0 = metadata !{i32 42}
Modified: llvm/trunk/test/CodeGen/ARM/aliases.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/aliases.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/aliases.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/aliases.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=arm-linux-gnueabi -o %t -f
+; RUN: llc -mtriple=arm-linux-gnueabi -o %t
; RUN: grep set %t | count 5
; RUN: grep globl %t | count 4
; RUN: grep weak %t | count 1
Modified: llvm/trunk/test/CodeGen/Alpha/add.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Alpha/add.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Alpha/add.ll (original)
+++ llvm/trunk/test/CodeGen/Alpha/add.ll Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
;test all the shifted and signextending adds and subs with and without consts
;
-; RUN: llvm-as < %s | llc -march=alpha -o %t.s -f
+; RUN: llvm-as < %s | llc -march=alpha -o %t.s
; RUN: grep { addl} %t.s | count 2
; RUN: grep { addq} %t.s | count 2
; RUN: grep { subl} %t.s | count 2
Modified: llvm/trunk/test/CodeGen/CPP/2009-05-01-Long-Double.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CPP/2009-05-01-Long-Double.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/CPP/2009-05-01-Long-Double.ll (original)
+++ llvm/trunk/test/CodeGen/CPP/2009-05-01-Long-Double.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -f -o %t
+; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -o %t
define x86_fp80 @some_func() nounwind {
entry:
Modified: llvm/trunk/test/CodeGen/CPP/2009-05-04-CondBr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CPP/2009-05-04-CondBr.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/CPP/2009-05-04-CondBr.ll (original)
+++ llvm/trunk/test/CodeGen/CPP/2009-05-04-CondBr.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -f -o %t
+; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -o %t
; RUN: grep "BranchInst::Create(label_if_then, label_if_end, int1_cmp, label_entry);" %t
define i32 @some_func(i32 %a) nounwind {
Modified: llvm/trunk/test/CodeGen/CellSPU/rotate_ops.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CellSPU/rotate_ops.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/CellSPU/rotate_ops.ll (original)
+++ llvm/trunk/test/CodeGen/CellSPU/rotate_ops.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as -o - %s | llc -march=cellspu -f -o %t1.s
+; RUN: llvm-as -o - %s | llc -march=cellspu -o %t1.s
; RUN: grep rot %t1.s | count 85
; RUN: grep roth %t1.s | count 8
; RUN: grep roti.*5 %t1.s | count 1
Modified: llvm/trunk/test/CodeGen/Generic/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/Makefile?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/Makefile (original)
+++ llvm/trunk/test/CodeGen/Generic/Makefile Tue Aug 25 10:38:29 2009
@@ -1,10 +1,10 @@
# Makefile for running ad-hoc custom LLVM tests
#
%.bc: %.ll
- llvm-as -f $<
+ llvm-as $<
%.llc.s: %.bc
- llc -f $< -o $@
+ llc $< -o $@
%.gcc.s: %.c
gcc -O0 -S $< -o $@
Modified: llvm/trunk/test/CodeGen/Generic/nested-select.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/nested-select.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/nested-select.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/nested-select.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o /dev/null -f
+; RUN: llvm-as < %s | llc -o /dev/null
; Test that select of a select works
Modified: llvm/trunk/test/CodeGen/Generic/switch-lower-feature-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/switch-lower-feature-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/switch-lower-feature-2.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/switch-lower-feature-2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -o %t
; RUN: grep jb %t | count 1
; RUN: grep \\\$6 %t | count 2
; RUN: grep 1024 %t | count 1
Modified: llvm/trunk/test/CodeGen/Mips/2008-06-05-Carry.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-06-05-Carry.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-06-05-Carry.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-06-05-Carry.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep subu %t | count 2
; RUN: grep addu %t | count 4
Modified: llvm/trunk/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep __floatsidf %t | count 1
; RUN: grep __floatunsidf %t | count 1
; RUN: grep __fixdfsi %t | count 1
Modified: llvm/trunk/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-07-15-InternalConstant.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-07-15-InternalConstant.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-07-15-InternalConstant.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep {rodata.str1.4,"aMS", at progbits} %t | count 1
; RUN: grep {r.data,} %t | count 1
; RUN: grep {\%hi} %t | count 2
Modified: llvm/trunk/test/CodeGen/Mips/2008-07-15-SmallSection.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-07-15-SmallSection.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-07-15-SmallSection.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-07-15-SmallSection.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mips-ssection-threshold=8 -march=mips -f -o %t0
-; RUN: llvm-as < %s | llc -mips-ssection-threshold=0 -march=mips -f -o %t1
+; RUN: llvm-as < %s | llc -mips-ssection-threshold=8 -march=mips -o %t0
+; RUN: llvm-as < %s | llc -mips-ssection-threshold=0 -march=mips -o %t1
; RUN: grep {sdata} %t0 | count 1
; RUN: grep {sbss} %t0 | count 1
; RUN: grep {gp_rel} %t0 | count 2
Modified: llvm/trunk/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep seh %t | count 1
; RUN: grep seb %t | count 1
Modified: llvm/trunk/test/CodeGen/Mips/2008-07-22-Cstpool.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-07-22-Cstpool.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-07-22-Cstpool.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-07-22-Cstpool.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep {CPI\[01\]_\[01\]:} %t | count 2
; RUN: grep {rodata.cst4,"aM", at progbits} %t | count 1
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
Modified: llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-07-23-fpcmp.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep {c\\..*\\.s} %t | count 3
; RUN: grep {bc1\[tf\]} %t | count 3
Modified: llvm/trunk/test/CodeGen/Mips/2008-07-31-fcopysign.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-07-31-fcopysign.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-07-31-fcopysign.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-07-31-fcopysign.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep abs.s %t | count 1
; RUN: grep neg.s %t | count 1
Modified: llvm/trunk/test/CodeGen/Mips/2008-08-01-AsmInline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-08-01-AsmInline.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-08-01-AsmInline.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-08-01-AsmInline.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep mfhi %t | count 1
; RUN: grep mflo %t | count 1
; RUN: grep multu %t | count 1
Modified: llvm/trunk/test/CodeGen/Mips/2008-08-03-fabs64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-08-03-fabs64.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-08-03-fabs64.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-08-03-fabs64.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep {lui.*32767} %t | count 1
; RUN: grep {ori.*65535} %t | count 1
Modified: llvm/trunk/test/CodeGen/Mips/2008-08-04-Bitconvert.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-08-04-Bitconvert.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-08-04-Bitconvert.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-08-04-Bitconvert.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -o %t
; RUN: grep mtc1 %t | count 1
; RUN: grep mfc1 %t | count 1
Modified: llvm/trunk/test/CodeGen/Mips/2008-08-07-CC.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-08-07-CC.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-08-07-CC.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-08-07-CC.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=mips -f
+; RUN: llvm-as < %s | llc -march=mips
; Mips must ignore fastcc
target datalayout =
Modified: llvm/trunk/test/CodeGen/PowerPC/Frames-small.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/Frames-small.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/Frames-small.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/Frames-small.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -o %t1 -f
+; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -o %t1
; RUN not grep {stw r31, 20(r1)} %t1
; RUN: grep {stwu r1, -16448(r1)} %t1
; RUN: grep {addi r1, r1, 16448} %t1
@@ -7,20 +7,20 @@
; RUN: not grep {lwz r31, 20(r1)}
; RUN: llvm-as < %s | \
; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim \
-; RUN: -o %t2 -f
+; RUN: -o %t2
; RUN: grep {stw r31, 20(r1)} %t2
; RUN: grep {stwu r1, -16448(r1)} %t2
; RUN: grep {addi r1, r1, 16448} %t2
; RUN: grep {lwz r31, 20(r1)} %t2
; RUN: llvm-as < %s | \
-; RUN: llc -march=ppc64 -mtriple=powerpc-apple-darwin8 -o %t3 -f
+; RUN: llc -march=ppc64 -mtriple=powerpc-apple-darwin8 -o %t3
; RUN: not grep {std r31, 40(r1)} %t3
; RUN: grep {stdu r1, -16496(r1)} %t3
; RUN: grep {addi r1, r1, 16496} %t3
; RUN: not grep {ld r31, 40(r1)} %t3
; RUN: llvm-as < %s | \
; RUN: llc -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim \
-; RUN: -o %t4 -f
+; RUN: -o %t4
; RUN: grep {std r31, 40(r1)} %t4
; RUN: grep {stdu r1, -16496(r1)} %t4
; RUN: grep {addi r1, r1, 16496} %t4
Modified: llvm/trunk/test/CodeGen/PowerPC/addc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/addc.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/addc.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/addc.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; All of these should be codegen'd without loading immediates
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -o %t
; RUN: grep addc %t | count 1
; RUN: grep adde %t | count 1
; RUN: grep addze %t | count 1
Modified: llvm/trunk/test/CodeGen/PowerPC/and_add.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/and_add.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/and_add.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/and_add.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -o %t
; RUN: grep slwi %t
; RUN: not grep addi %t
; RUN: not grep rlwinm %t
Modified: llvm/trunk/test/CodeGen/PowerPC/mulhs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/mulhs.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/mulhs.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/mulhs.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; All of these ands and shifts should be folded into rlwimi's
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -o %t
; RUN: not grep mulhwu %t
; RUN: not grep srawi %t
; RUN: not grep add %t
Modified: llvm/trunk/test/CodeGen/PowerPC/rlwimi2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/rlwimi2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/rlwimi2.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/rlwimi2.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; All of these ands and shifts should be folded into rlwimi's
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -o %t
; RUN: grep rlwimi %t | count 3
; RUN: grep srwi %t | count 1
; RUN: not grep slwi %t
Modified: llvm/trunk/test/CodeGen/PowerPC/rlwinm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/rlwinm.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/rlwinm.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/rlwinm.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; All of these ands and shifts should be folded into rlwimi's
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -o %t
; RUN: not grep and %t
; RUN: not grep srawi %t
; RUN: not grep srwi %t
Modified: llvm/trunk/test/CodeGen/PowerPC/rlwinm2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/rlwinm2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/rlwinm2.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/rlwinm2.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; All of these ands and shifts should be folded into rlw[i]nm instructions
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -o %t
; RUN: not grep and %t
; RUN: not grep srawi %t
; RUN: not grep srwi %t
Modified: llvm/trunk/test/CodeGen/PowerPC/stfiwx.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/stfiwx.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/stfiwx.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/stfiwx.ll Tue Aug 25 10:38:29 2009
@@ -1,10 +1,10 @@
; RUN: llvm-as < %s | \
-; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=stfiwx -o %t1 -f
+; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=stfiwx -o %t1
; RUN: grep stfiwx %t1
; RUN: not grep r1 %t1
; RUN: llvm-as < %s | \
; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-stfiwx \
-; RUN: -o %t2 -f
+; RUN: -o %t2
; RUN: not grep stfiwx %t2
; RUN: grep r1 %t2
Modified: llvm/trunk/test/CodeGen/PowerPC/subc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/subc.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/subc.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/subc.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; All of these should be codegen'd without loading immediates
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -o %t
; RUN: grep subfc %t | count 1
; RUN: grep subfe %t | count 1
; RUN: grep subfze %t | count 1
Modified: llvm/trunk/test/CodeGen/PowerPC/vec_br_cmp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/vec_br_cmp.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/vec_br_cmp.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/vec_br_cmp.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t
; RUN: grep vcmpeqfp. %t
; RUN: not grep mfcr %t
Modified: llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
; Test that vectors are scalarized/lowered correctly.
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g3 | \
; RUN: grep stfs | count 4
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t
; RUN: grep vspltw %t | count 2
; RUN: grep vsplti %t | count 3
; RUN: grep vsplth %t | count 1
Modified: llvm/trunk/test/CodeGen/PowerPC/vec_vrsave.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/vec_vrsave.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/vec_vrsave.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/vec_vrsave.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t
; RUN: grep vrlw %t
; RUN: not grep spr %t
; RUN: not grep vrsave %t
Modified: llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -o %t
; RUN: not grep and %t
; RUN: not grep shr %t
; rdar://6661955
Modified: llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o %t1 -f
+; RUN: llvm-as < %s | llc -o %t1
; RUN: grep "subq.*\\\$72, \\\%rsp" %t1
; RUN: grep "movaps \\\%xmm8, 32\\\(\\\%rsp\\\)" %t1
; RUN: grep "movaps \\\%xmm7, 48\\\(\\\%rsp\\\)" %t1
Modified: llvm/trunk/test/CodeGen/X86/aliases.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/aliases.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/aliases.ll (original)
+++ llvm/trunk/test/CodeGen/X86/aliases.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=i686-pc-linux-gnu -asm-verbose=false -o %t -f
+; RUN: llc -mtriple=i686-pc-linux-gnu -asm-verbose=false -o %t
; RUN: grep set %t | count 7
; RUN: grep globl %t | count 6
; RUN: grep weak %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/atomic_op.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/atomic_op.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/atomic_op.ll (original)
+++ llvm/trunk/test/CodeGen/X86/atomic_op.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -o %t1 -f
+; RUN: llvm-as < %s | llc -march=x86 -o %t1
; RUN: grep "lock" %t1 | count 17
; RUN: grep "xaddl" %t1 | count 4
; RUN: grep "cmpxchgl" %t1 | count 13
Modified: llvm/trunk/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll (original)
+++ llvm/trunk/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -o %t -f -stats -info-output-file - | \
+; RUN: llvm-as < %s | llc -march=x86-64 -o %t -stats -info-output-file - | \
; RUN: grep {asm-printer} | grep {Number of machine instrs printed} | grep 5
; RUN: grep {leal 1(\%rsi),} %t
Modified: llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=penryn -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=penryn -disable-mmx -o %t
; RUN: grep unpcklpd %t | count 1
; RUN: grep movapd %t | count 1
; RUN: grep movaps %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/extract-combine.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/extract-combine.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/extract-combine.ll (original)
+++ llvm/trunk/test/CodeGen/X86/extract-combine.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=core2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=core2 -o %t
; RUN: not grep unpcklps %t
define i32 @foo() nounwind {
Modified: llvm/trunk/test/CodeGen/X86/iv-users-in-other-loops.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/iv-users-in-other-loops.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/iv-users-in-other-loops.ll (original)
+++ llvm/trunk/test/CodeGen/X86/iv-users-in-other-loops.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -f -o %t
+; RUN: llvm-as < %s | llc -march=x86-64 -o %t
; RUN: grep inc %t | count 1
; RUN: grep dec %t | count 2
; RUN: grep addq %t | count 13
Modified: llvm/trunk/test/CodeGen/X86/legalizedag_vec.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/legalizedag_vec.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/legalizedag_vec.ll (original)
+++ llvm/trunk/test/CodeGen/X86/legalizedag_vec.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 -disable-mmx -o %t
; RUN: grep {call.*divdi3} %t | count 2
Modified: llvm/trunk/test/CodeGen/X86/mingw-alloca.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/mingw-alloca.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/mingw-alloca.ll (original)
+++ llvm/trunk/test/CodeGen/X86/mingw-alloca.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o %t -f
+; RUN: llvm-as < %s | llc -o %t
; RUN: grep __alloca %t | count 2
; RUN: grep 4294967288 %t
; RUN: grep {pushl %eax} %t
Modified: llvm/trunk/test/CodeGen/X86/neg_fp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/neg_fp.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/neg_fp.ll (original)
+++ llvm/trunk/test/CodeGen/X86/neg_fp.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -o %t
; RUN: grep xorps %t | count 1
; Test that when we don't -enable-unsafe-fp-math, we don't do the optimization
@@ -9,4 +9,4 @@
%sub = fsub float %a, %b ; <float> [#uses=1]
%neg = fsub float -0.000000e+00, %sub ; <float> [#uses=1]
ret float %neg
-}
\ No newline at end of file
+}
Modified: llvm/trunk/test/CodeGen/X86/pic-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pic-1.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pic-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pic-1.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=i686-pc-linux-gnu -relocation-model=pic -o %t -f
+; RUN: llc -mtriple=i686-pc-linux-gnu -relocation-model=pic -o %t
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
; RUN: grep piclabel %t | count 3
; RUN: grep GOT %t | count 3
Modified: llvm/trunk/test/CodeGen/X86/pic-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pic-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pic-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pic-2.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic \
-; RUN: -o %t -f
+; RUN: -o %t
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
; RUN: grep piclabel %t | count 3
; RUN: grep GOTOFF %t | count 4
Modified: llvm/trunk/test/CodeGen/X86/pic-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pic-4.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pic-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pic-4.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=i686-pc-linux-gnu -relocation-model=pic -o %t -f
+; RUN: llc -mtriple=i686-pc-linux-gnu -relocation-model=pic -o %t
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
; RUN: grep piclabel %t | count 3
; RUN: grep PLT %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/pic-5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pic-5.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pic-5.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pic-5.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic \
-; RUN: -o %t -f
+; RUN: -o %t
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
; RUN: grep piclabel %t | count 3
; RUN: grep PLT %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/pic-6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pic-6.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pic-6.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pic-6.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic \
-; RUN: -o %t -f
+; RUN: -o %t
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
; RUN: grep piclabel %t | count 3
; RUN: grep GOT %t | count 3
Modified: llvm/trunk/test/CodeGen/X86/pic-cpool.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pic-cpool.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pic-cpool.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pic-cpool.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic \
-; RUN: -o %t -f
+; RUN: -o %t
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
; RUN: grep piclabel %t | count 3
; RUN: grep GOTOFF %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/pic-jtbl.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pic-jtbl.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pic-jtbl.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pic-jtbl.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic \
-; RUN: -o %t -f
+; RUN: -o %t
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
; RUN: grep piclabel %t | count 3
; RUN: grep PLT %t | count 6
Modified: llvm/trunk/test/CodeGen/X86/scalar-extract.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/scalar-extract.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/scalar-extract.ll (original)
+++ llvm/trunk/test/CodeGen/X86/scalar-extract.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx -o %t
; RUN: not grep movq %t
; Check that widening doesn't introduce a mmx register in this case when
Modified: llvm/trunk/test/CodeGen/X86/vec_clear.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_clear.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_clear.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_clear.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o %t
; RUN: not grep and %t
; RUN: not grep psrldq %t
; RUN: grep xorps %t
Modified: llvm/trunk/test/CodeGen/X86/vec_extract-sse4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_extract-sse4.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_extract-sse4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_extract-sse4.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -o %t
; RUN: grep extractps %t | count 1
; RUN: grep pextrd %t | count 1
; RUN: not grep pshufd %t
Modified: llvm/trunk/test/CodeGen/X86/vec_extract.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_extract.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_extract.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_extract.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2,-sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2,-sse41 -o %t
; RUN: grep movss %t | count 3
; RUN: grep movhlps %t | count 1
; RUN: grep pshufd %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/vec_i64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_i64.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_i64.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_i64.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep movq %t | count 2
; Used movq to load i64 into a v2i64 when the top i64 is 0.
Modified: llvm/trunk/test/CodeGen/X86/vec_insert-8.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_insert-8.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_insert-8.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_insert-8.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -o %t
; tests variable insert and extract of a 4 x i32
Modified: llvm/trunk/test/CodeGen/X86/vec_set-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_set-3.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_set-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_set-3.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep pshufd %t | count 2
define <4 x float> @test(float %a) nounwind {
Modified: llvm/trunk/test/CodeGen/X86/vec_set-5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_set-5.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_set-5.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_set-5.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep movlhps %t | count 1
; RUN: grep movq %t | count 2
Modified: llvm/trunk/test/CodeGen/X86/vec_set-6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_set-6.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_set-6.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_set-6.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep movss %t | count 1
; RUN: grep movq %t | count 1
; RUN: grep shufps %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-10.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-10.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-10.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-10.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep unpcklps %t | count 1
; RUN: grep pshufd %t | count 1
; RUN: not grep {sub.*esp} %t
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,-sse2 -mtriple=i386-apple-darwin -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,-sse2 -mtriple=i386-apple-darwin -o %t
; RUN: grep shufps %t | count 4
; RUN: grep movaps %t | count 2
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o %t
; RUN: grep pshufd %t | count 4
; RUN: not grep shufps %t
; RUN: not grep mov %t
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-22.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-22.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-22.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-22.ll Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium-m -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium-m -o %t
; RUN: grep movlhps %t | count 1
; RUN: grep pshufd %t | count 1
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t
; RUN: grep movlhps %t | count 1
; RUN: grep movddup %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-25.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-25.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-25.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-25.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t
; RUN: grep unpcklps %t | count 3
; RUN: grep unpckhps %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-26.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-26.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-26.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-26.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t
; RUN: grep unpcklps %t | count 1
; RUN: grep unpckhps %t | count 3
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-27.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-27.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-27.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-27.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t
; RUN: grep addps %t | count 2
; RUN: grep mulps %t | count 2
; RUN: grep subps %t | count 2
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-28.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-28.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-28.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-28.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t
; RUN: grep pshufb %t | count 1
; FIXME: this test has a superfluous punpcklqdq pre-pshufb currently.
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-3.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-3.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep movlhps %t | count 1
; RUN: grep movhlps %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-30.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-30.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-30.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-30.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -disable-mmx -o %t
; RUN: grep pshufhw %t | grep 161 | count 1
; RUN: grep shufps %t | count 1
; RUN: not grep pslldq %t
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-31.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-31.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-31.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-31.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t
; RUN: grep pshufb %t | count 1
define <8 x i16> @shuf3(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-35.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-35.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-35.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-35.ll Tue Aug 25 10:38:29 2009
@@ -1,10 +1,10 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -stack-alignment=16 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -stack-alignment=16 -o %t
; RUN: grep pextrw %t | count 13
; RUN: grep pinsrw %t | count 14
; RUN: grep rolw %t | count 13
; RUN: not grep esp %t
; RUN: not grep ebp %t
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -stack-alignment=16 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -stack-alignment=16 -o %t
; RUN: grep pshufb %t | count 3
define <16 x i8> @shuf1(<16 x i8> %T0) nounwind readnone {
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-36.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-36.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-36.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-36.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t
; RUN: grep pshufb %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-5.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-5.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-5.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep movhlps %t | count 1
; RUN: grep shufps %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep movapd %t | count 1
; RUN: grep movaps %t | count 1
; RUN: grep movups %t | count 2
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-7.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-7.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-7.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-7.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep xorps %t | count 1
; RUN: not grep shufps %t
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-9.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-9.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-9.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-9.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
; RUN: grep punpck %t | count 2
; RUN: not grep pextrw %t
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t
; RUN: grep shufp %t | count 1
; RUN: grep movupd %t | count 1
; RUN: grep pshufhw %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/vec_splat-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_splat-3.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_splat-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_splat-3.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t
; RUN: grep punpcklwd %t | count 4
; RUN: grep punpckhwd %t | count 4
; RUN: grep "pshufd" %t | count 8
Modified: llvm/trunk/test/CodeGen/X86/vec_splat-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_splat-4.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_splat-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_splat-4.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -o %t
; RUN: grep punpcklbw %t | count 16
; RUN: grep punpckhbw %t | count 16
; RUN: grep "pshufd" %t | count 16
Modified: llvm/trunk/test/CodeGen/X86/vec_ss_load_fold.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_ss_load_fold.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_ss_load_fold.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_ss_load_fold.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,+sse2 -o %t
; RUN: grep minss %t | grep CPI | count 2
; RUN: grep CPI %t | not grep movss
Modified: llvm/trunk/test/CodeGen/X86/vshift-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vshift-1.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vshift-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vshift-1.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t
; RUN: grep psllq %t | count 2
; RUN: grep pslld %t | count 2
; RUN: grep psllw %t | count 2
Modified: llvm/trunk/test/CodeGen/X86/vshift-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vshift-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vshift-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vshift-2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t
; RUN: grep psrlq %t | count 2
; RUN: grep psrld %t | count 2
; RUN: grep psrlw %t | count 2
@@ -61,4 +61,4 @@
%lshr = lshr <8 x i16> %val, %7
store <8 x i16> %lshr, <8 x i16>* %dst
ret void
-}
\ No newline at end of file
+}
Modified: llvm/trunk/test/CodeGen/X86/vshift-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vshift-3.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vshift-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vshift-3.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t
; RUN: grep psrad %t | count 2
; RUN: grep psraw %t | count 2
@@ -51,4 +51,4 @@
%ashr = ashr <8 x i16> %val, %7
store <8 x i16> %ashr, <8 x i16>* %dst
ret void
-}
\ No newline at end of file
+}
Modified: llvm/trunk/test/CodeGen/X86/vshift-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vshift-4.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vshift-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vshift-4.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t
; RUN: grep psllq %t | count 1
; RUN: grep pslld %t | count 3
; RUN: grep psllw %t | count 2
Modified: llvm/trunk/test/CodeGen/X86/widen_arith-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_arith-1.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_arith-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_arith-1.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep paddb %t | count 1
; RUN: grep pextrb %t | count 1
; RUN: not grep pextrw %t
Modified: llvm/trunk/test/CodeGen/X86/widen_arith-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_arith-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_arith-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_arith-2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep paddb %t | count 1
; RUN: grep pand %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/widen_arith-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_arith-3.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_arith-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_arith-3.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep paddw %t | count 1
; RUN: grep movd %t | count 2
; RUN: grep pextrw %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/widen_arith-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_arith-4.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_arith-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_arith-4.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep psubw %t | count 1
; RUN: grep pmullw %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/widen_arith-5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_arith-5.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_arith-5.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_arith-5.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep pmulld %t | count 1
; RUN: grep psubd %t | count 1
; RUN: grep movaps %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/widen_arith-6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_arith-6.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_arith-6.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_arith-6.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep mulps %t | count 1
; RUN: grep addps %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/widen_cast-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_cast-1.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_cast-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_cast-1.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep paddw %t | count 1
; RUN: grep movd %t | count 1
; RUN: grep pextrd %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/widen_cast-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_cast-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_cast-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_cast-2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep pextrd %t | count 5
; RUN: grep movd %t | count 3
Modified: llvm/trunk/test/CodeGen/X86/widen_cast-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_cast-3.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_cast-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_cast-3.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep paddd %t | count 1
; RUN: grep pextrd %t | count 2
Modified: llvm/trunk/test/CodeGen/X86/widen_cast-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_cast-4.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_cast-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_cast-4.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep sarb %t | count 8
; v8i8 that is widen to v16i8 then split
Modified: llvm/trunk/test/CodeGen/X86/widen_cast-5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_cast-5.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_cast-5.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_cast-5.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; bitcast a i64 to v2i32
Modified: llvm/trunk/test/CodeGen/X86/widen_cast-6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_cast-6.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_cast-6.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_cast-6.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -disable-mmx -o %t
; RUN: grep movd %t | count 1
; Test bit convert that requires widening in the operand.
Modified: llvm/trunk/test/CodeGen/X86/widen_conv-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_conv-1.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_conv-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_conv-1.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; RUN: grep pshufd %t | count 1
; RUN: grep paddd %t | count 1
Modified: llvm/trunk/test/CodeGen/X86/widen_conv-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_conv-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_conv-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_conv-2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; sign extension v2i32 to v2i16
Modified: llvm/trunk/test/CodeGen/X86/widen_conv-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_conv-3.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_conv-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_conv-3.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; grep cvtsi2ss %t | count 1
; sign to float v2i16 to v2f32
Modified: llvm/trunk/test/CodeGen/X86/widen_conv-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_conv-4.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_conv-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_conv-4.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; unsigned to float v7i16 to v7f32
Modified: llvm/trunk/test/CodeGen/X86/widen_select-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_select-1.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_select-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_select-1.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; widening select v6i32 and then a sub
Modified: llvm/trunk/test/CodeGen/X86/widen_shuffle-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_shuffle-1.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_shuffle-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_shuffle-1.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; widening shuffle v3float and then a add
Modified: llvm/trunk/test/CodeGen/X86/widen_shuffle-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_shuffle-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_shuffle-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_shuffle-2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t
; widening shuffle v3float and then a add
Modified: llvm/trunk/test/CodeGen/X86/x86-64-mem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-mem.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-mem.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-mem.ll Tue Aug 25 10:38:29 2009
@@ -1,10 +1,10 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -o %t1 -f
+; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -o %t1
; RUN: grep GOTPCREL %t1 | count 4
; RUN: grep %%rip %t1 | count 6
; RUN: grep movq %t1 | count 6
; RUN: grep leaq %t1 | count 1
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=static -o %t2 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=static -o %t2
; RUN: grep movl %t2 | count 2
; RUN: grep movq %t2 | count 2
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-1.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-1.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {call f at PLT} %t1
define void @g() {
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-10.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-10.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-10.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-10.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {call g at PLT} %t1
@g = alias weak i32 ()* @f
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {call __fixunsxfti at PLT} %t1
define i128 @f(x86_fp80 %a) nounwind {
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-2.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {call f} %t1
; RUN: not grep {call f at PLT} %t1
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-3.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-3.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {call f} %t1
; RUN: not grep {call f at PLT} %t1
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-4.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-4.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {movq a at GOTPCREL(%rip),} %t1
@a = global i32 0
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-5.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-5.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-5.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {movl a(%rip),} %t1
; RUN: not grep GOTPCREL %t1
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-6.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-6.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-6.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {movl a(%rip),} %t1
; RUN: not grep GOTPCREL %t1
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-7.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-7.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-7.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-7.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {movq f at GOTPCREL(%rip),} %t1
define void ()* @g() nounwind {
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-8.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-8.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-8.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-8.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {leaq f(%rip),} %t1
; RUN: not grep GOTPCREL %t1
Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-9.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-9.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-9.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-9.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | \
-; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
; RUN: grep {leaq f(%rip),} %t1
; RUN: not grep GOTPCREL %t1
Modified: llvm/trunk/test/DebugInfo/2009-01-15-RecordVariableCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-01-15-RecordVariableCrash.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2009-01-15-RecordVariableCrash.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-01-15-RecordVariableCrash.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -f -o /dev/null -verify-dom-info
+; RUN: llvm-as < %s | llc -o /dev/null -verify-dom-info
%llvm.dbg.anchor.type = type { i32, i32 }
%llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32, i8*, i8* }
%llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8* }
Modified: llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -f -o /dev/null
+; RUN: llvm-as < %s | llc -o /dev/null
; XFAIL: powerpc
target triple = "powerpc-apple-darwin9.5"
Modified: llvm/trunk/test/DebugInfo/2009-01-15-member.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-01-15-member.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2009-01-15-member.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-01-15-member.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -f -o /dev/null
+; RUN: llvm-as < %s | llc -o /dev/null
%llvm.dbg.anchor.type = type { i32, i32 }
%llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32, i8*, i8* }
%llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8* }
@@ -27,4 +27,4 @@
@llvm.dbg.composite11 = internal constant %llvm.dbg.composite.type { i32 458771, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* getelementptr ([2 x i8]* @.str3, i32 0, i32 0), { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 3, i64 64, i64 32, i64 0, i32 0, { }* null, { }* bitcast ([2 x { }*]* @llvm.dbg.array to { }*), i8* getelementptr ([4 x i8]* @.str, i32 0, i32 0), i8* getelementptr ([6 x i8]* @.str1, i32 0, i32 0) }, section "llvm.metadata" ; <%llvm.dbg.composite.type*> [#uses=1]
@llvm.dbg.global_variables = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 52 }, section "llvm.metadata" ; <%llvm.dbg.anchor.type*> [#uses=1]
@.str12 = internal constant [3 x i8] c"s2\00", section "llvm.metadata" ; <[3 x i8]*> [#uses=1]
- at llvm.dbg.global_variable = internal constant %llvm.dbg.global_variable.type { i32 458804, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.global_variables to { }*), { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* getelementptr ([3 x i8]* @.str12, i32 0, i32 0), i8* getelementptr ([3 x i8]* @.str12, i32 0, i32 0), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 6, { }* bitcast (%llvm.dbg.composite.type* @llvm.dbg.composite11 to { }*), i1 false, i1 true, { }* bitcast (%struct.s* @s2 to { }*), i8* getelementptr ([4 x i8]* @.str, i32 0, i32 0), i8* getelementptr ([6 x i8]* @.str1, i32 0, i32 0) }, section "llvm.metadata" ; <%llvm.dbg.global_variable.type*> [#uses=0]
\ No newline at end of file
+ at llvm.dbg.global_variable = internal constant %llvm.dbg.global_variable.type { i32 458804, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.global_variables to { }*), { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i8* getelementptr ([3 x i8]* @.str12, i32 0, i32 0), i8* getelementptr ([3 x i8]* @.str12, i32 0, i32 0), i8* null, { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 6, { }* bitcast (%llvm.dbg.composite.type* @llvm.dbg.composite11 to { }*), i1 false, i1 true, { }* bitcast (%struct.s* @s2 to { }*), i8* getelementptr ([4 x i8]* @.str, i32 0, i32 0), i8* getelementptr ([6 x i8]* @.str1, i32 0, i32 0) }, section "llvm.metadata" ; <%llvm.dbg.global_variable.type*> [#uses=0]
Modified: llvm/trunk/test/DebugInfo/2009-02-18-DefaultScope-Crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-02-18-DefaultScope-Crash.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2009-02-18-DefaultScope-Crash.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-02-18-DefaultScope-Crash.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -f -o /dev/null
+; RUN: llvm-as < %s | llc -o /dev/null
%llvm.dbg.anchor.type = type { i32, i32 }
%llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32 }
%llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* }
Modified: llvm/trunk/test/DebugInfo/2009-06-12-Inline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-06-12-Inline.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2009-06-12-Inline.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-06-12-Inline.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -f -o /dev/null
+; RUN: llvm-as < %s | llc -o /dev/null
%llvm.dbg.anchor.type = type { i32, i32 }
%llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32 }
%llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8*, i32 }
Modified: llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2002-12-16-ArgTest.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
@.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1]
Modified: llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-04-ArgumentBug.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @foo(i32 %X, i32 %Y, double %A) {
Modified: llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-04-LoopTest.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o %t.bc -f
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-04-PhiTest.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-09-SARTest.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; We were accidentally inverting the signedness of right shifts. Whoops.
Modified: llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-10-FUCOM.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-01-15-AlignmentTest.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @bar(i8* %X) {
Modified: llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
target datalayout = "e-p:32:32"
Modified: llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-06-04-bzip2-bug.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; Testcase distilled from 256.bzip2.
Modified: llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-06-05-PHIBug.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; Testcase distilled from 256.bzip2.
Modified: llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; This testcase failed to work because two variable sized allocas confused the
Modified: llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
;
Modified: llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; This testcase exposes a bug in the local register allocator where it runs out
Modified: llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
@A = global i32 0 ; <i32*> [#uses=1]
Modified: llvm/trunk/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli -force-interpreter=true %t.bc | grep 1
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
Modified: llvm/trunk/test/ExecutionEngine/hello.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/hello.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/hello.ll (original)
+++ llvm/trunk/test/ExecutionEngine/hello.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
Modified: llvm/trunk/test/ExecutionEngine/hello2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/hello2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/hello2.ll (original)
+++ llvm/trunk/test/ExecutionEngine/hello2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
@X = global i32 7 ; <i32*> [#uses=0]
Modified: llvm/trunk/test/ExecutionEngine/simplesttest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/simplesttest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/simplesttest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/simplesttest.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/simpletest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/simpletest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/simpletest.ll (original)
+++ llvm/trunk/test/ExecutionEngine/simpletest.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @bar() {
Modified: llvm/trunk/test/ExecutionEngine/test-arith.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-arith.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-arith.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-arith.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/test-branch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-branch.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-branch.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-branch.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; test unconditional branch
Modified: llvm/trunk/test/ExecutionEngine/test-call.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-call.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-call.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-call.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
declare void @exit(i32)
Modified: llvm/trunk/test/ExecutionEngine/test-cast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-cast.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-cast.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-cast.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @foo() {
Modified: llvm/trunk/test/ExecutionEngine/test-constantexpr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-constantexpr.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-constantexpr.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-constantexpr.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; This tests to make sure that we can evaluate weird constant expressions
Modified: llvm/trunk/test/ExecutionEngine/test-fp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-fp.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-fp.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-fp.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define double @test(double* %DP, double %Arg) {
Modified: llvm/trunk/test/ExecutionEngine/test-loadstore.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-loadstore.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-loadstore.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-loadstore.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
Modified: llvm/trunk/test/ExecutionEngine/test-logical.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-logical.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-logical.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-logical.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/test-loop.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-loop.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-loop.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-loop.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/test-malloc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-malloc.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-malloc.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-malloc.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/test-phi.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-phi.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-phi.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-phi.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; test phi node
Modified: llvm/trunk/test/ExecutionEngine/test-ret.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-ret.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-ret.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-ret.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; test return instructions
Modified: llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-setcond-fp.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
Modified: llvm/trunk/test/ExecutionEngine/test-setcond-int.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-setcond-int.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-setcond-int.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-setcond-int.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/ExecutionEngine/test-shift.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-shift.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-shift.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-shift.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
Modified: llvm/trunk/test/Feature/NamedMDNode2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/NamedMDNode2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Feature/NamedMDNode2.ll (original)
+++ llvm/trunk/test/Feature/NamedMDNode2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o /dev/null
+; RUN: llvm-as < %s -o /dev/null
; PR4654
Modified: llvm/trunk/test/Feature/globalredefinition3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/globalredefinition3.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Feature/globalredefinition3.ll (original)
+++ llvm/trunk/test/Feature/globalredefinition3.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: not llvm-as %s -o /dev/null -f |& grep {redefinition of global '@B'}
+; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'}
@B = global i32 7
@B = global i32 7
Modified: llvm/trunk/test/FrontendC++/2003-08-20-ExceptionFail.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-08-20-ExceptionFail.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-08-20-ExceptionFail.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-08-20-ExceptionFail.cpp Tue Aug 25 10:38:29 2009
@@ -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
void foo();
Modified: llvm/trunk/test/FrontendC++/2003-08-21-EmptyClass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-08-21-EmptyClass.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-08-21-EmptyClass.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-08-21-EmptyClass.cpp Tue Aug 25 10:38:29 2009
@@ -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
// This tests compilation of EMPTY_CLASS_EXPR's
Modified: llvm/trunk/test/FrontendC++/2003-08-27-TypeNamespaces.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-08-27-TypeNamespaces.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-08-27-TypeNamespaces.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-08-27-TypeNamespaces.cpp Tue Aug 25 10:38:29 2009
@@ -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
namespace foo {
Modified: llvm/trunk/test/FrontendC++/2003-08-28-ForwardType.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-08-28-ForwardType.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-08-28-ForwardType.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-08-28-ForwardType.cpp Tue Aug 25 10:38:29 2009
@@ -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
// Default placement versions of operator new.
#include <new>
Modified: llvm/trunk/test/FrontendC++/2003-08-28-SaveExprBug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-08-28-SaveExprBug.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-08-28-SaveExprBug.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-08-28-SaveExprBug.cpp Tue Aug 25 10:38:29 2009
@@ -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
char* eback();
Modified: llvm/trunk/test/FrontendC++/2003-08-31-StructLayout.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-08-31-StructLayout.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-08-31-StructLayout.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-08-31-StructLayout.cpp Tue Aug 25 10:38:29 2009
@@ -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
// There is a HOLE in the derived2 object due to not wanting to place the two
// baseclass instances at the same offset!
Modified: llvm/trunk/test/FrontendC++/2003-09-22-CompositeExprValue.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-09-22-CompositeExprValue.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-09-22-CompositeExprValue.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-09-22-CompositeExprValue.cpp Tue Aug 25 10:38:29 2009
@@ -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
struct duration {
duration operator/=(int c) {
Modified: llvm/trunk/test/FrontendC++/2003-09-29-ArgumentNumberMismatch.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-09-29-ArgumentNumberMismatch.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-09-29-ArgumentNumberMismatch.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-09-29-ArgumentNumberMismatch.cpp Tue Aug 25 10:38:29 2009
@@ -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
// Non-POD classes cannot be passed into a function by component, because their
// dtors must be run. Instead, pass them in by reference. The C++ front-end
Modified: llvm/trunk/test/FrontendC++/2003-09-30-CommaExprBug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-09-30-CommaExprBug.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-09-30-CommaExprBug.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-09-30-CommaExprBug.cpp Tue Aug 25 10:38:29 2009
@@ -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
class Empty {};
Modified: llvm/trunk/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-09-30-ForIncrementExprBug.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp Tue Aug 25 10:38:29 2009
@@ -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
struct C {};
Modified: llvm/trunk/test/FrontendC++/2003-09-30-ForIncrementExprBug2.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-09-30-ForIncrementExprBug2.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-09-30-ForIncrementExprBug2.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-09-30-ForIncrementExprBug2.cpp Tue Aug 25 10:38:29 2009
@@ -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
// Test with an opaque type
Modified: llvm/trunk/test/FrontendC++/2003-09-30-NestedFunctionDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-09-30-NestedFunctionDecl.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-09-30-NestedFunctionDecl.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-09-30-NestedFunctionDecl.cpp Tue Aug 25 10:38:29 2009
@@ -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
// The C++ front-end thinks the two foo's are different, the LLVM emitter
// thinks they are the same. The disconnect causes problems.
Modified: llvm/trunk/test/FrontendC++/2003-10-17-BoolBitfields.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-10-17-BoolBitfields.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-10-17-BoolBitfields.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-10-17-BoolBitfields.cpp Tue Aug 25 10:38:29 2009
@@ -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
struct test {
bool A : 1;
Modified: llvm/trunk/test/FrontendC++/2003-10-27-VirtualBaseClassCrash.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-10-27-VirtualBaseClassCrash.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-10-27-VirtualBaseClassCrash.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-10-27-VirtualBaseClassCrash.cpp Tue Aug 25 10:38:29 2009
@@ -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
template<class T>
Modified: llvm/trunk/test/FrontendC++/2003-11-04-ArrayConstructors.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-11-04-ArrayConstructors.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-11-04-ArrayConstructors.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-11-04-ArrayConstructors.cpp Tue Aug 25 10:38:29 2009
@@ -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
struct Foo {
Modified: llvm/trunk/test/FrontendC++/2003-11-04-CatchLabelName.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-11-04-CatchLabelName.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-11-04-CatchLabelName.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-11-04-CatchLabelName.cpp Tue Aug 25 10:38:29 2009
@@ -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 <string>
Modified: llvm/trunk/test/FrontendC++/2003-11-18-EnumArray.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-11-18-EnumArray.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-11-18-EnumArray.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-11-18-EnumArray.cpp Tue Aug 25 10:38:29 2009
@@ -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
enum TchkType {
tchkNum, tchkString, tchkSCN, tchkNone
Modified: llvm/trunk/test/FrontendC++/2003-11-18-PtrMemConstantInitializer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-11-18-PtrMemConstantInitializer.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-11-18-PtrMemConstantInitializer.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-11-18-PtrMemConstantInitializer.cpp Tue Aug 25 10:38:29 2009
@@ -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
struct Gfx {
void opMoveSetShowText();
Modified: llvm/trunk/test/FrontendC++/2003-11-25-ReturningOpaqueByValue.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-11-25-ReturningOpaqueByValue.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-11-25-ReturningOpaqueByValue.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-11-25-ReturningOpaqueByValue.cpp Tue Aug 25 10:38:29 2009
@@ -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 ();
Modified: llvm/trunk/test/FrontendC++/2003-11-27-MultipleInheritanceThunk.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-11-27-MultipleInheritanceThunk.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-11-27-MultipleInheritanceThunk.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-11-27-MultipleInheritanceThunk.cpp Tue Aug 25 10:38:29 2009
@@ -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
struct CallSite {
Modified: llvm/trunk/test/FrontendC++/2003-11-29-DuplicatedCleanupTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-11-29-DuplicatedCleanupTest.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-11-29-DuplicatedCleanupTest.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-11-29-DuplicatedCleanupTest.cpp Tue Aug 25 10:38:29 2009
@@ -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
void doesntThrow() throw();
Modified: llvm/trunk/test/FrontendC++/2003-12-08-ArrayOfPtrToMemberFunc.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-12-08-ArrayOfPtrToMemberFunc.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-12-08-ArrayOfPtrToMemberFunc.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-12-08-ArrayOfPtrToMemberFunc.cpp Tue Aug 25 10:38:29 2009
@@ -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
struct Evil {
void fun ();
Modified: llvm/trunk/test/FrontendC++/2004-03-08-ReinterpretCastCopy.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2004-03-08-ReinterpretCastCopy.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2004-03-08-ReinterpretCastCopy.cpp (original)
+++ llvm/trunk/test/FrontendC++/2004-03-08-ReinterpretCastCopy.cpp Tue Aug 25 10:38:29 2009
@@ -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
struct A {
virtual void Method() = 0;
Modified: llvm/trunk/test/FrontendC++/2004-03-15-CleanupsAndGotos.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2004-03-15-CleanupsAndGotos.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2004-03-15-CleanupsAndGotos.cpp (original)
+++ llvm/trunk/test/FrontendC++/2004-03-15-CleanupsAndGotos.cpp Tue Aug 25 10:38:29 2009
@@ -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
// Testcase from Bug 291
Modified: llvm/trunk/test/FrontendC++/2004-06-08-LateTemplateInstantiation.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2004-06-08-LateTemplateInstantiation.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2004-06-08-LateTemplateInstantiation.cpp (original)
+++ llvm/trunk/test/FrontendC++/2004-06-08-LateTemplateInstantiation.cpp Tue Aug 25 10:38:29 2009
@@ -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
Modified: llvm/trunk/test/FrontendC++/2004-09-27-CompilerCrash.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2004-09-27-CompilerCrash.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2004-09-27-CompilerCrash.cpp (original)
+++ llvm/trunk/test/FrontendC++/2004-09-27-CompilerCrash.cpp Tue Aug 25 10:38:29 2009
@@ -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
struct Pass {} ;
template<typename PassName>
Modified: llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2006-11-06-StackTrace.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp (original)
+++ llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
// This is a regression test on debug info to make sure that we can get a
// meaningful stack trace from a C++ program.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
-// RUN: llc --disable-fp-elim -o %t.s -f -O0 -relocation-model=pic
+// RUN: llc --disable-fp-elim -o %t.s -O0 -relocation-model=pic
// RUN: %compile_c %t.s -o %t.o
// RUN: %link %t.o -o %t.exe
// RUN: echo {break DeepStack::deepest\nrun 17\nwhere\n} > %t.in
Modified: llvm/trunk/test/FrontendC++/2006-11-30-NoCompileUnit.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2006-11-30-NoCompileUnit.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2006-11-30-NoCompileUnit.cpp (original)
+++ llvm/trunk/test/FrontendC++/2006-11-30-NoCompileUnit.cpp Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
// This is a regression test on debug info to make sure we don't hit a compile
// unit size issue with gdb.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
-// RUN: llc --disable-fp-elim -o NoCompileUnit.s -f
+// RUN: llc --disable-fp-elim -o NoCompileUnit.s
// RUN: %compile_c NoCompileUnit.s -o NoCompileUnit.o
// RUN: %link NoCompileUnit.o -o NoCompileUnit.exe
// RUN: echo {break main\nrun\np NoCompileUnit::pubname} > %t2
Modified: llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2006-11-30-Pubnames.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp (original)
+++ llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
// This is a regression test on debug info to make sure that we can access
// qualified global names.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
-// RUN: llc --disable-fp-elim -o %t.s -f -O0
+// RUN: llc --disable-fp-elim -o %t.s -O0
// RUN: %compile_c %t.s -o %t.o
// RUN: %link %t.o -o %t.exe
// RUN: %llvmdsymutil %t.exe
Modified: llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFields-1.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2007-04-05-PackedBitFields-1.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFields-1.cpp (original)
+++ llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFields-1.cpp Tue Aug 25 10:38:29 2009
@@ -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
#ifdef PACKED
#define P __attribute__((packed))
Modified: llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap-2.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2007-04-05-PackedBitFieldsOverlap-2.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap-2.cpp (original)
+++ llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap-2.cpp Tue Aug 25 10:38:29 2009
@@ -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
#ifdef PACKED
#define P __attribute__((packed))
Modified: llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2007-04-05-PackedBitFieldsOverlap.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap.cpp (original)
+++ llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap.cpp Tue Aug 25 10:38:29 2009
@@ -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
#ifdef PACKED
Modified: llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsSmall.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2007-04-05-PackedBitFieldsSmall.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsSmall.cpp (original)
+++ llvm/trunk/test/FrontendC++/2007-04-05-PackedBitFieldsSmall.cpp Tue Aug 25 10:38:29 2009
@@ -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
#ifdef PACKED
Modified: llvm/trunk/test/FrontendC++/2007-04-05-StructPackedFieldUnpacked.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2007-04-05-StructPackedFieldUnpacked.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2007-04-05-StructPackedFieldUnpacked.cpp (original)
+++ llvm/trunk/test/FrontendC++/2007-04-05-StructPackedFieldUnpacked.cpp Tue Aug 25 10:38:29 2009
@@ -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
#ifdef PACKED
#define P __attribute__((packed))
Modified: llvm/trunk/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2009-04-21-DtorNames-dbg.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp (original)
+++ llvm/trunk/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -c -g %s -o - | llc -O0 -f -o %t.s
+// RUN: %llvmgcc -c -g %s -o - | llc -O0 -o %t.s
// RUN: %compile_c %t.s -o %t.o
// PR4025
Modified: llvm/trunk/test/FrontendC++/2009-07-15-LineNumbers.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2009-07-15-LineNumbers.cpp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2009-07-15-LineNumbers.cpp (original)
+++ llvm/trunk/test/FrontendC++/2009-07-15-LineNumbers.cpp Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
// This is a regression test on debug info to make sure that we can
// print line numbers in asm.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
-// RUN: llc --disable-fp-elim -f -O0 -relocation-model=pic | grep {# SrcLine 25}
+// RUN: llc --disable-fp-elim -O0 -relocation-model=pic | grep {# SrcLine 25}
// XFAIL: *
#include <stdlib.h>
Modified: llvm/trunk/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c (original)
+++ llvm/trunk/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c Tue Aug 25 10:38:29 2009
@@ -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
/* Regression test. Just compile .c -> .ll to test */
int foo(void) {
Modified: llvm/trunk/test/FrontendC/2002-01-24-ComplexSpaceInType.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-01-24-ComplexSpaceInType.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-01-24-ComplexSpaceInType.c (original)
+++ llvm/trunk/test/FrontendC/2002-01-24-ComplexSpaceInType.c Tue Aug 25 10:38:29 2009
@@ -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
// This caused generation of the following type name:
// %Array = uninitialized global [10 x %complex int]
Modified: llvm/trunk/test/FrontendC/2002-01-24-HandleCallInsnSEGV.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-01-24-HandleCallInsnSEGV.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-01-24-HandleCallInsnSEGV.c (original)
+++ llvm/trunk/test/FrontendC/2002-01-24-HandleCallInsnSEGV.c Tue Aug 25 10:38:29 2009
@@ -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
void *dlclose(void*);
Modified: llvm/trunk/test/FrontendC/2002-02-13-ConditionalInCall.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-02-13-ConditionalInCall.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-02-13-ConditionalInCall.c (original)
+++ llvm/trunk/test/FrontendC/2002-02-13-ConditionalInCall.c Tue Aug 25 10:38:29 2009
@@ -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
/* Test problem where bad code was generated with a ?: statement was
in a function call argument */
Modified: llvm/trunk/test/FrontendC/2002-02-13-ReloadProblem.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-02-13-ReloadProblem.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-02-13-ReloadProblem.c (original)
+++ llvm/trunk/test/FrontendC/2002-02-13-ReloadProblem.c Tue Aug 25 10:38:29 2009
@@ -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
/* This triggered a problem in reload, fixed by disabling most of the
* steps of compilation in GCC. Before this change, the code went through
Modified: llvm/trunk/test/FrontendC/2002-02-13-TypeVarNameCollision.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-02-13-TypeVarNameCollision.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-02-13-TypeVarNameCollision.c (original)
+++ llvm/trunk/test/FrontendC/2002-02-13-TypeVarNameCollision.c Tue Aug 25 10:38:29 2009
@@ -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
/* This testcase causes a symbol table collision. Type names and variable
* names should be in distinct namespaces
Modified: llvm/trunk/test/FrontendC/2002-02-13-UnnamedLocal.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-02-13-UnnamedLocal.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-02-13-UnnamedLocal.c (original)
+++ llvm/trunk/test/FrontendC/2002-02-13-UnnamedLocal.c Tue Aug 25 10:38:29 2009
@@ -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
/* Testcase for a problem where GCC allocated xqic to a register,
* and did not have a VAR_DECL that explained the stack slot to LLVM.
Modified: llvm/trunk/test/FrontendC/2002-02-14-EntryNodePreds.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-02-14-EntryNodePreds.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-02-14-EntryNodePreds.c (original)
+++ llvm/trunk/test/FrontendC/2002-02-14-EntryNodePreds.c Tue Aug 25 10:38:29 2009
@@ -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
/* GCC Used to generate code that contained a branch to the entry node of
* the do_merge function. This is illegal LLVM code. To fix this, GCC now
Modified: llvm/trunk/test/FrontendC/2002-02-16-RenamingTest.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-02-16-RenamingTest.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-02-16-RenamingTest.c (original)
+++ llvm/trunk/test/FrontendC/2002-02-16-RenamingTest.c Tue Aug 25 10:38:29 2009
@@ -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
/* test that locals are renamed with . notation */
Modified: llvm/trunk/test/FrontendC/2002-02-17-ArgumentAddress.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-02-17-ArgumentAddress.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-02-17-ArgumentAddress.c (original)
+++ llvm/trunk/test/FrontendC/2002-02-17-ArgumentAddress.c Tue Aug 25 10:38:29 2009
@@ -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
int test(int X) {
return X;
Modified: llvm/trunk/test/FrontendC/2002-02-18-64bitConstant.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-02-18-64bitConstant.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-02-18-64bitConstant.c (original)
+++ llvm/trunk/test/FrontendC/2002-02-18-64bitConstant.c Tue Aug 25 10:38:29 2009
@@ -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
/* GCC wasn't handling 64 bit constants right fixed */
Modified: llvm/trunk/test/FrontendC/2002-02-18-StaticData.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-02-18-StaticData.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-02-18-StaticData.c (original)
+++ llvm/trunk/test/FrontendC/2002-02-18-StaticData.c Tue Aug 25 10:38:29 2009
@@ -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
double FOO = 17;
Modified: llvm/trunk/test/FrontendC/2002-03-11-LargeCharInString.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-03-11-LargeCharInString.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-03-11-LargeCharInString.c (original)
+++ llvm/trunk/test/FrontendC/2002-03-11-LargeCharInString.c Tue Aug 25 10:38:29 2009
@@ -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
#include <string.h>
Modified: llvm/trunk/test/FrontendC/2002-03-12-ArrayInitialization.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-03-12-ArrayInitialization.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-03-12-ArrayInitialization.c (original)
+++ llvm/trunk/test/FrontendC/2002-03-12-ArrayInitialization.c Tue Aug 25 10:38:29 2009
@@ -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
/* GCC would generate bad code if not enough initializers are
specified for an array.
Modified: llvm/trunk/test/FrontendC/2002-03-12-StructInitialize.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-03-12-StructInitialize.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-03-12-StructInitialize.c (original)
+++ llvm/trunk/test/FrontendC/2002-03-12-StructInitialize.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct Connection_Type {
Modified: llvm/trunk/test/FrontendC/2002-03-12-StructInitializer.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-03-12-StructInitializer.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-03-12-StructInitializer.c (original)
+++ llvm/trunk/test/FrontendC/2002-03-12-StructInitializer.c Tue Aug 25 10:38:29 2009
@@ -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
/* GCC was not emitting string constants of the correct length when
* embedded into a structure field like this. It thought the strlength
Modified: llvm/trunk/test/FrontendC/2002-03-14-BrokenPHINode.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-03-14-BrokenPHINode.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-03-14-BrokenPHINode.c (original)
+++ llvm/trunk/test/FrontendC/2002-03-14-BrokenPHINode.c Tue Aug 25 10:38:29 2009
@@ -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
/* GCC was generating PHI nodes with an arity < #pred of the basic block the
* PHI node lived in. This was breaking LLVM because the number of entries
Modified: llvm/trunk/test/FrontendC/2002-03-14-BrokenSSA.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-03-14-BrokenSSA.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-03-14-BrokenSSA.c (original)
+++ llvm/trunk/test/FrontendC/2002-03-14-BrokenSSA.c Tue Aug 25 10:38:29 2009
@@ -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
/* This code used to break GCC's SSA computation code. It would create
uses of B & C that are not dominated by their definitions. See:
Modified: llvm/trunk/test/FrontendC/2002-03-14-QuotesInStrConst.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-03-14-QuotesInStrConst.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-03-14-QuotesInStrConst.c (original)
+++ llvm/trunk/test/FrontendC/2002-03-14-QuotesInStrConst.c Tue Aug 25 10:38:29 2009
@@ -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
/* GCC was not escaping quotes in string constants correctly, so this would
* get emitted:
Modified: llvm/trunk/test/FrontendC/2002-04-07-SwitchStmt.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-04-07-SwitchStmt.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-04-07-SwitchStmt.c (original)
+++ llvm/trunk/test/FrontendC/2002-04-07-SwitchStmt.c Tue Aug 25 10:38:29 2009
@@ -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
int printf(const char *, ...);
int foo();
Modified: llvm/trunk/test/FrontendC/2002-04-08-LocalArray.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-04-08-LocalArray.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-04-08-LocalArray.c (original)
+++ llvm/trunk/test/FrontendC/2002-04-08-LocalArray.c Tue Aug 25 10:38:29 2009
@@ -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
/* GCC is not outputting the static array to the LLVM backend, so bad things
* happen. Note that if this is defined static, everything seems fine.
Modified: llvm/trunk/test/FrontendC/2002-04-09-StructRetVal.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-04-09-StructRetVal.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-04-09-StructRetVal.c (original)
+++ llvm/trunk/test/FrontendC/2002-04-09-StructRetVal.c Tue Aug 25 10:38:29 2009
@@ -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 S {
int i;
Modified: llvm/trunk/test/FrontendC/2002-04-10-StructParameters.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-04-10-StructParameters.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-04-10-StructParameters.c (original)
+++ llvm/trunk/test/FrontendC/2002-04-10-StructParameters.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct {
Modified: llvm/trunk/test/FrontendC/2002-05-23-StaticValues.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-05-23-StaticValues.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-05-23-StaticValues.c (original)
+++ llvm/trunk/test/FrontendC/2002-05-23-StaticValues.c Tue Aug 25 10:38:29 2009
@@ -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
/* Make sure the frontend is correctly marking static stuff as internal! */
Modified: llvm/trunk/test/FrontendC/2002-05-23-TypeNameCollision.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-05-23-TypeNameCollision.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-05-23-TypeNameCollision.c (original)
+++ llvm/trunk/test/FrontendC/2002-05-23-TypeNameCollision.c Tue Aug 25 10:38:29 2009
@@ -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
/* Testcase for when struct tag conflicts with typedef name... grr */
Modified: llvm/trunk/test/FrontendC/2002-05-24-Alloca.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-05-24-Alloca.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-05-24-Alloca.c (original)
+++ llvm/trunk/test/FrontendC/2002-05-24-Alloca.c Tue Aug 25 10:38:29 2009
@@ -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
#include <string.h>
#include <stdio.h>
Modified: llvm/trunk/test/FrontendC/2002-06-25-FWriteInterfaceFailure.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-06-25-FWriteInterfaceFailure.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-06-25-FWriteInterfaceFailure.c (original)
+++ llvm/trunk/test/FrontendC/2002-06-25-FWriteInterfaceFailure.c Tue Aug 25 10:38:29 2009
@@ -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
#include <stdio.h>
Modified: llvm/trunk/test/FrontendC/2002-07-14-MiscListTests.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-14-MiscListTests.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-14-MiscListTests.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-14-MiscListTests.c Tue Aug 25 10:38:29 2009
@@ -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
// Test list stuff
Modified: llvm/trunk/test/FrontendC/2002-07-14-MiscTests.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-14-MiscTests.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-14-MiscTests.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-14-MiscTests.c Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -w -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null
/* These are random tests that I used when working on the GCC frontend
originally. */
Modified: llvm/trunk/test/FrontendC/2002-07-14-MiscTests2.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-14-MiscTests2.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-14-MiscTests2.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-14-MiscTests2.c Tue Aug 25 10:38:29 2009
@@ -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
// Test ?: in function calls
Modified: llvm/trunk/test/FrontendC/2002-07-14-MiscTests3.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-14-MiscTests3.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-14-MiscTests3.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-14-MiscTests3.c Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -w -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null
Modified: llvm/trunk/test/FrontendC/2002-07-16-HardStringInit.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-16-HardStringInit.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-16-HardStringInit.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-16-HardStringInit.c Tue Aug 25 10:38:29 2009
@@ -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
char auto_kibitz_list[100][20] = {
{"diepx"},
Modified: llvm/trunk/test/FrontendC/2002-07-17-StringConstant.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-17-StringConstant.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-17-StringConstant.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-17-StringConstant.c Tue Aug 25 10:38:29 2009
@@ -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
char * foo() { return "\\begin{"; }
Modified: llvm/trunk/test/FrontendC/2002-07-29-Casts.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-29-Casts.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-29-Casts.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-29-Casts.c Tue Aug 25 10:38:29 2009
@@ -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
#include <stdlib.h>
#include <stdio.h>
Modified: llvm/trunk/test/FrontendC/2002-07-30-SubregSetAssertion.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-30-SubregSetAssertion.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-30-SubregSetAssertion.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-30-SubregSetAssertion.c Tue Aug 25 10:38:29 2009
@@ -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
union X {
Modified: llvm/trunk/test/FrontendC/2002-07-30-UnionTest.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-30-UnionTest.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-30-UnionTest.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-30-UnionTest.c Tue Aug 25 10:38:29 2009
@@ -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
union X;
struct Empty {};
Modified: llvm/trunk/test/FrontendC/2002-07-30-VarArgsCallFailure.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-30-VarArgsCallFailure.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-30-VarArgsCallFailure.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-30-VarArgsCallFailure.c Tue Aug 25 10:38:29 2009
@@ -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
int tcount;
void test(char *, const char*, int);
Modified: llvm/trunk/test/FrontendC/2002-07-31-BadAssert.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-31-BadAssert.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-31-BadAssert.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-31-BadAssert.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct
{
Modified: llvm/trunk/test/FrontendC/2002-07-31-SubregFailure.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-07-31-SubregFailure.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-07-31-SubregFailure.c (original)
+++ llvm/trunk/test/FrontendC/2002-07-31-SubregFailure.c Tue Aug 25 10:38:29 2009
@@ -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
typedef union {
Modified: llvm/trunk/test/FrontendC/2002-08-02-UnionTest.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-08-02-UnionTest.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-08-02-UnionTest.c (original)
+++ llvm/trunk/test/FrontendC/2002-08-02-UnionTest.c Tue Aug 25 10:38:29 2009
@@ -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
/* In this testcase, the return value of foo() is being promotedto a register
* which breaks stuff
Modified: llvm/trunk/test/FrontendC/2002-08-19-RecursiveLocals.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-08-19-RecursiveLocals.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-08-19-RecursiveLocals.c (original)
+++ llvm/trunk/test/FrontendC/2002-08-19-RecursiveLocals.c Tue Aug 25 10:38:29 2009
@@ -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
/* This testcase doesn't actually test a bug, it's just the result of me
* figuring out the syntax for forward declaring a static variable. */
Modified: llvm/trunk/test/FrontendC/2002-09-08-PointerShifts.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-09-08-PointerShifts.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-09-08-PointerShifts.c (original)
+++ llvm/trunk/test/FrontendC/2002-09-08-PointerShifts.c Tue Aug 25 10:38:29 2009
@@ -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
int foo(int *A, unsigned X) {
Modified: llvm/trunk/test/FrontendC/2002-09-18-UnionProblem.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-09-18-UnionProblem.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-09-18-UnionProblem.c (original)
+++ llvm/trunk/test/FrontendC/2002-09-18-UnionProblem.c Tue Aug 25 10:38:29 2009
@@ -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 DWstruct {
Modified: llvm/trunk/test/FrontendC/2002-09-19-StarInLabel.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-09-19-StarInLabel.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-09-19-StarInLabel.c (original)
+++ llvm/trunk/test/FrontendC/2002-09-19-StarInLabel.c Tue Aug 25 10:38:29 2009
@@ -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
extern void start() __asm__("start");
extern void _start() __asm__("_start");
Modified: llvm/trunk/test/FrontendC/2002-10-12-TooManyArguments.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-10-12-TooManyArguments.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-10-12-TooManyArguments.c (original)
+++ llvm/trunk/test/FrontendC/2002-10-12-TooManyArguments.c Tue Aug 25 10:38:29 2009
@@ -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
void foo() {}
Modified: llvm/trunk/test/FrontendC/2002-12-15-GlobalBoolTest.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-12-15-GlobalBoolTest.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-12-15-GlobalBoolTest.c (original)
+++ llvm/trunk/test/FrontendC/2002-12-15-GlobalBoolTest.c Tue Aug 25 10:38:29 2009
@@ -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
_Bool X = 0;
Modified: llvm/trunk/test/FrontendC/2002-12-15-GlobalConstantTest.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-12-15-GlobalConstantTest.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-12-15-GlobalConstantTest.c (original)
+++ llvm/trunk/test/FrontendC/2002-12-15-GlobalConstantTest.c Tue Aug 25 10:38:29 2009
@@ -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
const char *W = "foo";
Modified: llvm/trunk/test/FrontendC/2002-12-15-GlobalRedefinition.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-12-15-GlobalRedefinition.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-12-15-GlobalRedefinition.c (original)
+++ llvm/trunk/test/FrontendC/2002-12-15-GlobalRedefinition.c Tue Aug 25 10:38:29 2009
@@ -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
extern char algbrfile[9];
char algbrfile[9] = "abcdefgh";
Modified: llvm/trunk/test/FrontendC/2002-12-15-StructParameters.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2002-12-15-StructParameters.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2002-12-15-StructParameters.c (original)
+++ llvm/trunk/test/FrontendC/2002-12-15-StructParameters.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct
{
Modified: llvm/trunk/test/FrontendC/2003-03-03-DeferredType.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-03-03-DeferredType.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-03-03-DeferredType.c (original)
+++ llvm/trunk/test/FrontendC/2003-03-03-DeferredType.c Tue Aug 25 10:38:29 2009
@@ -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
Modified: llvm/trunk/test/FrontendC/2003-06-22-UnionCrash.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-06-22-UnionCrash.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-06-22-UnionCrash.c (original)
+++ llvm/trunk/test/FrontendC/2003-06-22-UnionCrash.c Tue Aug 25 10:38:29 2009
@@ -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 Blend_Map_Entry {
union {
Modified: llvm/trunk/test/FrontendC/2003-06-23-GCC-fold-infinite-recursion.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-06-23-GCC-fold-infinite-recursion.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-06-23-GCC-fold-infinite-recursion.c (original)
+++ llvm/trunk/test/FrontendC/2003-06-23-GCC-fold-infinite-recursion.c Tue Aug 25 10:38:29 2009
@@ -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
double Test(double A, double B, double C, double D) {
return -(A-B) - (C-D);
Modified: llvm/trunk/test/FrontendC/2003-06-26-CFECrash.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-06-26-CFECrash.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-06-26-CFECrash.c (original)
+++ llvm/trunk/test/FrontendC/2003-06-26-CFECrash.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct min_info {
long offset;
Modified: llvm/trunk/test/FrontendC/2003-06-29-MultipleFunctionDefinition.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-06-29-MultipleFunctionDefinition.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-06-29-MultipleFunctionDefinition.c (original)
+++ llvm/trunk/test/FrontendC/2003-06-29-MultipleFunctionDefinition.c Tue Aug 25 10:38:29 2009
@@ -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
/* This is apparently legal C.
*/
Modified: llvm/trunk/test/FrontendC/2003-08-18-SigSetJmp.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-18-SigSetJmp.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-18-SigSetJmp.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-18-SigSetJmp.c Tue Aug 25 10:38:29 2009
@@ -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
#include <setjmp.h>
Modified: llvm/trunk/test/FrontendC/2003-08-18-StructAsValue.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-18-StructAsValue.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-18-StructAsValue.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-18-StructAsValue.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct {
Modified: llvm/trunk/test/FrontendC/2003-08-20-BadBitfieldRef.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-20-BadBitfieldRef.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-20-BadBitfieldRef.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-20-BadBitfieldRef.c Tue Aug 25 10:38:29 2009
@@ -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
void foo()
{
Modified: llvm/trunk/test/FrontendC/2003-08-20-PrototypeMismatch.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-20-PrototypeMismatch.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-20-PrototypeMismatch.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-20-PrototypeMismatch.c Tue Aug 25 10:38:29 2009
@@ -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
Modified: llvm/trunk/test/FrontendC/2003-08-20-vfork-bug.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-20-vfork-bug.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-20-vfork-bug.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-20-vfork-bug.c Tue Aug 25 10:38:29 2009
@@ -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
extern int vfork(void);
test() {
Modified: llvm/trunk/test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c Tue Aug 25 10:38:29 2009
@@ -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 bar;
Modified: llvm/trunk/test/FrontendC/2003-08-21-StmtExpr.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-21-StmtExpr.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-21-StmtExpr.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-21-StmtExpr.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct {
Modified: llvm/trunk/test/FrontendC/2003-08-21-WideString.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-21-WideString.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-21-WideString.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-21-WideString.c Tue Aug 25 10:38:29 2009
@@ -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
#include <wchar.h>
Modified: llvm/trunk/test/FrontendC/2003-08-23-LocalUnionTest.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-23-LocalUnionTest.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-23-LocalUnionTest.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-23-LocalUnionTest.c Tue Aug 25 10:38:29 2009
@@ -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
Modified: llvm/trunk/test/FrontendC/2003-08-29-BitFieldStruct.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-29-BitFieldStruct.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-29-BitFieldStruct.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-29-BitFieldStruct.c Tue Aug 25 10:38:29 2009
@@ -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 Word {
short bar;
Modified: llvm/trunk/test/FrontendC/2003-08-29-HugeCharConst.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-29-HugeCharConst.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-29-HugeCharConst.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-29-HugeCharConst.c Tue Aug 25 10:38:29 2009
@@ -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
void foo() {
unsigned char int_latin1[] = "f\200\372b\200\343\200\340";
Modified: llvm/trunk/test/FrontendC/2003-08-29-StructLayoutBug.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-29-StructLayoutBug.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-29-StructLayoutBug.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-29-StructLayoutBug.c Tue Aug 25 10:38:29 2009
@@ -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;
Modified: llvm/trunk/test/FrontendC/2003-08-30-LargeIntegerBitfieldMember.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-08-30-LargeIntegerBitfieldMember.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-08-30-LargeIntegerBitfieldMember.c (original)
+++ llvm/trunk/test/FrontendC/2003-08-30-LargeIntegerBitfieldMember.c Tue Aug 25 10:38:29 2009
@@ -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;
Modified: llvm/trunk/test/FrontendC/2003-09-18-BitfieldTests.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-09-18-BitfieldTests.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-09-18-BitfieldTests.c (original)
+++ llvm/trunk/test/FrontendC/2003-09-18-BitfieldTests.c Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -w -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null
typedef struct BF {
Modified: llvm/trunk/test/FrontendC/2003-09-30-StructLayout.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-09-30-StructLayout.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-09-30-StructLayout.c (original)
+++ llvm/trunk/test/FrontendC/2003-09-30-StructLayout.c Tue Aug 25 10:38:29 2009
@@ -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
enum En {
ENUM_VAL
Modified: llvm/trunk/test/FrontendC/2003-10-02-UnionLValueError.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-10-02-UnionLValueError.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-10-02-UnionLValueError.c (original)
+++ llvm/trunk/test/FrontendC/2003-10-02-UnionLValueError.c Tue Aug 25 10:38:29 2009
@@ -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
#include <stdio.h>
Modified: llvm/trunk/test/FrontendC/2003-10-06-NegateExprType.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-10-06-NegateExprType.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-10-06-NegateExprType.c (original)
+++ llvm/trunk/test/FrontendC/2003-10-06-NegateExprType.c Tue Aug 25 10:38:29 2009
@@ -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
extern int A[10];
Modified: llvm/trunk/test/FrontendC/2003-10-09-UnionInitializerBug.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-10-09-UnionInitializerBug.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-10-09-UnionInitializerBug.c (original)
+++ llvm/trunk/test/FrontendC/2003-10-09-UnionInitializerBug.c Tue Aug 25 10:38:29 2009
@@ -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 a;
Modified: llvm/trunk/test/FrontendC/2003-10-28-ident.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-10-28-ident.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-10-28-ident.c (original)
+++ llvm/trunk/test/FrontendC/2003-10-28-ident.c Tue Aug 25 10:38:29 2009
@@ -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
#ident "foo"
Modified: llvm/trunk/test/FrontendC/2003-10-29-AsmRename.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-10-29-AsmRename.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-10-29-AsmRename.c (original)
+++ llvm/trunk/test/FrontendC/2003-10-29-AsmRename.c Tue Aug 25 10:38:29 2009
@@ -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 { int X; };
Modified: llvm/trunk/test/FrontendC/2003-11-01-C99-CompoundLiteral.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-01-C99-CompoundLiteral.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-01-C99-CompoundLiteral.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-01-C99-CompoundLiteral.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct { int foo; } spinlock_t;
typedef struct wait_queue_head_t { spinlock_t lock; } wait_queue_head_t;
Modified: llvm/trunk/test/FrontendC/2003-11-01-EmptyStructCrash.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-01-EmptyStructCrash.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-01-EmptyStructCrash.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-01-EmptyStructCrash.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct { } the_coolest_struct_in_the_world;
extern the_coolest_struct_in_the_world xyzzy;
Modified: llvm/trunk/test/FrontendC/2003-11-01-GlobalUnionInit.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-01-GlobalUnionInit.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-01-GlobalUnionInit.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-01-GlobalUnionInit.c Tue Aug 25 10:38:29 2009
@@ -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
union bdflush_param {
struct { int x; } b_un;
Modified: llvm/trunk/test/FrontendC/2003-11-04-EmptyStruct.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-04-EmptyStruct.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-04-EmptyStruct.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-04-EmptyStruct.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct { } rwlock_t;
struct fs_struct { rwlock_t lock; int umask; };
Modified: llvm/trunk/test/FrontendC/2003-11-04-OutOfMemory.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-04-OutOfMemory.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-04-OutOfMemory.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-04-OutOfMemory.c Tue Aug 25 10:38:29 2009
@@ -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
void schedule_timeout(signed long timeout)
{
Modified: llvm/trunk/test/FrontendC/2003-11-12-VoidString.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-12-VoidString.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-12-VoidString.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-12-VoidString.c Tue Aug 25 10:38:29 2009
@@ -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
void query_newnamebuf(void) { ((void)"query_newnamebuf"); }
Modified: llvm/trunk/test/FrontendC/2003-11-16-StaticArrayInit.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-16-StaticArrayInit.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-16-StaticArrayInit.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-16-StaticArrayInit.c Tue Aug 25 10:38:29 2009
@@ -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
void bar () {
static char x[10];
Modified: llvm/trunk/test/FrontendC/2003-11-18-CondExprLValue.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-18-CondExprLValue.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-18-CondExprLValue.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-18-CondExprLValue.c Tue Aug 25 10:38:29 2009
@@ -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
typedef struct { unsigned long pgprot; } pgprot_t;
Modified: llvm/trunk/test/FrontendC/2003-11-19-BitFieldArray.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-19-BitFieldArray.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-19-BitFieldArray.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-19-BitFieldArray.c Tue Aug 25 10:38:29 2009
@@ -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 _GIOChannel {
int write_buf;
Modified: llvm/trunk/test/FrontendC/2003-11-20-Bitfields.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-20-Bitfields.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-20-Bitfields.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-20-Bitfields.c Tue Aug 25 10:38:29 2009
@@ -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 face_cachel {
unsigned int reverse :1;
Modified: llvm/trunk/test/FrontendC/2003-11-20-ComplexDivision.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-20-ComplexDivision.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-20-ComplexDivision.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-20-ComplexDivision.c Tue Aug 25 10:38:29 2009
@@ -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
int test() {
__complex__ double C;
Modified: llvm/trunk/test/FrontendC/2003-11-20-UnionBitfield.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-20-UnionBitfield.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-20-UnionBitfield.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-20-UnionBitfield.c Tue Aug 25 10:38:29 2009
@@ -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 printf_spec {
unsigned int minus_flag:1;
Modified: llvm/trunk/test/FrontendC/2003-11-26-PointerShift.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-26-PointerShift.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-26-PointerShift.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-26-PointerShift.c Tue Aug 25 10:38:29 2009
@@ -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
unsigned long do_csum(const unsigned char *buff, int len, unsigned long result) {
if (2 & (unsigned long) buff) result += 1;
Modified: llvm/trunk/test/FrontendC/2003-11-27-ConstructorCast.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-27-ConstructorCast.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-27-ConstructorCast.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-27-ConstructorCast.c Tue Aug 25 10:38:29 2009
@@ -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 i387_soft_struct {
long cwd;
Modified: llvm/trunk/test/FrontendC/2003-11-27-UnionCtorInitialization.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2003-11-27-UnionCtorInitialization.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2003-11-27-UnionCtorInitialization.c (original)
+++ llvm/trunk/test/FrontendC/2003-11-27-UnionCtorInitialization.c Tue Aug 25 10:38:29 2009
@@ -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 i387_soft_struct {
long cwd;
Modified: llvm/trunk/test/FrontendC/2004-01-08-ExternInlineRedefine.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-01-08-ExternInlineRedefine.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-01-08-ExternInlineRedefine.c (original)
+++ llvm/trunk/test/FrontendC/2004-01-08-ExternInlineRedefine.c Tue Aug 25 10:38:29 2009
@@ -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
extern __inline long int
Modified: llvm/trunk/test/FrontendC/2004-03-07-ComplexDivEquals.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-03-07-ComplexDivEquals.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-03-07-ComplexDivEquals.c (original)
+++ llvm/trunk/test/FrontendC/2004-03-07-ComplexDivEquals.c Tue Aug 25 10:38:29 2009
@@ -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
void test(__complex__ double D, double X) {
Modified: llvm/trunk/test/FrontendC/2004-03-09-LargeArrayInitializers.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-03-09-LargeArrayInitializers.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-03-09-LargeArrayInitializers.c (original)
+++ llvm/trunk/test/FrontendC/2004-03-09-LargeArrayInitializers.c Tue Aug 25 10:38:29 2009
@@ -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
// Test that these initializers are handled efficiently
Modified: llvm/trunk/test/FrontendC/2004-03-15-SimpleIndirectGoto.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-03-15-SimpleIndirectGoto.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-03-15-SimpleIndirectGoto.c (original)
+++ llvm/trunk/test/FrontendC/2004-03-15-SimpleIndirectGoto.c Tue Aug 25 10:38:29 2009
@@ -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
int code[]={0,0,0,0,1};
void foo(int x) {
Modified: llvm/trunk/test/FrontendC/2004-03-16-AsmRegisterCrash.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-03-16-AsmRegisterCrash.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-03-16-AsmRegisterCrash.c (original)
+++ llvm/trunk/test/FrontendC/2004-03-16-AsmRegisterCrash.c Tue Aug 25 10:38:29 2009
@@ -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
int foo() {
#ifdef __ppc__
Modified: llvm/trunk/test/FrontendC/2004-05-07-VarArrays.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-05-07-VarArrays.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-05-07-VarArrays.c (original)
+++ llvm/trunk/test/FrontendC/2004-05-07-VarArrays.c Tue Aug 25 10:38:29 2009
@@ -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
int foo(int len, char arr[][len], int X) {
return arr[X][0];
Modified: llvm/trunk/test/FrontendC/2004-05-21-IncompleteEnum.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-05-21-IncompleteEnum.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-05-21-IncompleteEnum.c (original)
+++ llvm/trunk/test/FrontendC/2004-05-21-IncompleteEnum.c Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -w -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null
void test(enum foo *X) {
}
Modified: llvm/trunk/test/FrontendC/2004-06-08-OpaqueStructArg.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-06-08-OpaqueStructArg.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-06-08-OpaqueStructArg.c (original)
+++ llvm/trunk/test/FrontendC/2004-06-08-OpaqueStructArg.c Tue Aug 25 10:38:29 2009
@@ -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 fu;
void foo(struct fu);
Modified: llvm/trunk/test/FrontendC/2004-06-17-UnorderedBuiltins.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-06-17-UnorderedBuiltins.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-06-17-UnorderedBuiltins.c (original)
+++ llvm/trunk/test/FrontendC/2004-06-17-UnorderedBuiltins.c Tue Aug 25 10:38:29 2009
@@ -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
_Bool A, B, C, D, E, F, G, H;
Modified: llvm/trunk/test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c (original)
+++ llvm/trunk/test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c Tue Aug 25 10:38:29 2009
@@ -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 S { };
Modified: llvm/trunk/test/FrontendC/2004-07-06-FunctionCast.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-07-06-FunctionCast.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-07-06-FunctionCast.c (original)
+++ llvm/trunk/test/FrontendC/2004-07-06-FunctionCast.c Tue Aug 25 10:38:29 2009
@@ -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
static int unused_func(void) {
return 1;
Modified: llvm/trunk/test/FrontendC/2004-08-06-LargeStructTest.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2004-08-06-LargeStructTest.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2004-08-06-LargeStructTest.c (original)
+++ llvm/trunk/test/FrontendC/2004-08-06-LargeStructTest.c Tue Aug 25 10:38:29 2009
@@ -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
#define A(X) int X;
Modified: llvm/trunk/test/FrontendC/2005-09-20-ComplexConstants.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2005-09-20-ComplexConstants.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2005-09-20-ComplexConstants.c (original)
+++ llvm/trunk/test/FrontendC/2005-09-20-ComplexConstants.c Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null -f
+// RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null
const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
Modified: llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c (original)
+++ llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
// Check bitfields.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
-// RUN: llc --disable-fp-elim -o 2009-02-17-BitField-dbg.s -f
+// RUN: llc --disable-fp-elim -o 2009-02-17-BitField-dbg.s
// RUN: %compile_c 2009-02-17-BitField-dbg.s -o 2009-02-17-BitField-dbg.o
// RUN: echo {ptype mystruct} > %t2
// RUN: gdb -q -batch -n -x %t2 2009-02-17-BitField-dbg.o | \
Modified: llvm/trunk/test/FrontendC/2009-07-15-pad-wchar_t-array.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-07-15-pad-wchar_t-array.c?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2009-07-15-pad-wchar_t-array.c (original)
+++ llvm/trunk/test/FrontendC/2009-07-15-pad-wchar_t-array.c Tue Aug 25 10:38:29 2009
@@ -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
#include <stddef.h>
signed short _iodbcdm_sqlerror( )
Modified: llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m (original)
+++ llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
// This is a regression test on debug info to make sure that we can set a
// breakpoint on a objective message.
-// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc -o %t.s -f -O0
+// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc -o %t.s -O0
// RUN: %compile_c %t.s -o %t.o
// RUN: %link %t.o -o %t.exe -framework Foundation
// RUN: echo {break randomFunc\n} > %t.in
Modified: llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll (original)
+++ llvm/trunk/test/Linker/2003-01-30-LinkerRename.ll Tue Aug 25 10:38:29 2009
@@ -2,7 +2,7 @@
; one...
; RUN: echo {define internal i32 @foo() \{ ret i32 7 \} } | llvm-as > %t.1.bc
-; RUN: llvm-as %s -o %t.2.bc -f
+; RUN: llvm-as %s -o %t.2.bc
; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep @foo() | grep -v internal
define i32 @foo() { ret i32 0 }
Modified: llvm/trunk/test/Linker/2003-04-21-Linkage.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2003-04-21-Linkage.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2003-04-21-Linkage.ll (original)
+++ llvm/trunk/test/Linker/2003-04-21-Linkage.ll Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
; RUN: echo {@X = linkonce global i32 5 \
; RUN: define linkonce i32 @foo() \{ ret i32 7 \} } | llvm-as > %t.1.bc
-; RUN: llvm-as %s -o %t.2.bc -f
+; RUN: llvm-as %s -o %t.2.bc
; RUN: llvm-link %t.1.bc %t.2.bc
@X = external global i32
Modified: llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll (original)
+++ llvm/trunk/test/Linker/2003-04-23-LinkOnceLost.ll Tue Aug 25 10:38:29 2009
@@ -2,8 +2,8 @@
; one...
; RUN: echo { define linkonce void @foo() \{ ret void \} } | \
-; RUN: llvm-as -o %t.2.bc -f
-; RUN: llvm-as %s -o %t.1.bc -f
+; RUN: llvm-as -o %t.2.bc
+; RUN: llvm-as %s -o %t.1.bc
; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep foo | grep linkonce
declare void @foo()
Modified: llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll (original)
+++ llvm/trunk/test/Linker/2003-04-26-NullPtrLinkProblem.ll Tue Aug 25 10:38:29 2009
@@ -2,7 +2,7 @@
; the same type to be created!
; RUN: echo {%T = type i32} | llvm-as > %t.2.bc
-; RUN: llvm-as %s -f -o %t.1.bc
+; RUN: llvm-as %s -o %t.1.bc
; RUN: llvm-link %t.1.bc %t.2.bc
%T = type opaque
Modified: llvm/trunk/test/Linker/2004-02-17-WeakStrongLinkage.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2004-02-17-WeakStrongLinkage.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2004-02-17-WeakStrongLinkage.ll (original)
+++ llvm/trunk/test/Linker/2004-02-17-WeakStrongLinkage.ll Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s > %t.out2.bc
; RUN: echo "@me = global i32* null" | llvm-as > %t.out1.bc
-; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null -f
+; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null
@me = weak global i32* null ; <i32**> [#uses=0]
Modified: llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll (original)
+++ llvm/trunk/test/Linker/2004-05-07-TypeResolution1.ll Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
-; RUN: llvm-as %s -f -o %t1.bc
-; RUN: llvm-as < %p/2004-05-07-TypeResolution2.ll -o %t2.bc -f
-; RUN: llvm-link -f -o %t3.bc %t1.bc %t2.bc
+; RUN: llvm-as %s -o %t1.bc
+; RUN: llvm-as < %p/2004-05-07-TypeResolution2.ll -o %t2.bc
+; RUN: llvm-link -o %t3.bc %t1.bc %t2.bc
target datalayout = "e-p:32:32"
%myint = type opaque
Modified: llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll (original)
+++ llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -f -o %t1.bc
-; RUN: llvm-link -f -o %t2.bc %t1.bc
+; RUN: llvm-as %s -o %t1.bc
+; RUN: llvm-link -o %t2.bc %t1.bc
target datalayout = "E-p:32:32"
target triple = "powerpc-apple-darwin7.7.0"
Modified: llvm/trunk/test/Linker/2008-03-05-AliasReference.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2008-03-05-AliasReference.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2008-03-05-AliasReference.ll (original)
+++ llvm/trunk/test/Linker/2008-03-05-AliasReference.ll Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
; PR2054
-; RUN: llvm-as %s -o %t1.bc -f
-; RUN: llvm-as %p/2008-03-05-AliasReference2.ll -o %t2.bc -f
-; RUN: llvm-link %t2.bc %t1.bc -f -o %t3.bc
+; RUN: llvm-as %s -o %t1.bc
+; RUN: llvm-as %p/2008-03-05-AliasReference2.ll -o %t2.bc
+; RUN: llvm-link %t2.bc %t1.bc -o %t3.bc
; ModuleID = 'bug.o'
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
Modified: llvm/trunk/test/Linker/2008-06-13-LinkOnceRedefinition.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2008-06-13-LinkOnceRedefinition.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2008-06-13-LinkOnceRedefinition.ll (original)
+++ llvm/trunk/test/Linker/2008-06-13-LinkOnceRedefinition.ll Tue Aug 25 10:38:29 2009
@@ -1,8 +1,8 @@
; Test linking two functions with different prototypes and two globals
; in different modules.
-; RUN: llvm-as %s -o %t.foo1.bc -f
-; RUN: llvm-as %s -o %t.foo2.bc -f
-; RUN: echo {define linkonce void @foo(i32 %x) { ret void }} | llvm-as -o %t.foo3.bc -f
+; RUN: llvm-as %s -o %t.foo1.bc
+; RUN: llvm-as %s -o %t.foo2.bc
+; RUN: echo {define linkonce void @foo(i32 %x) { ret void }} | llvm-as -o %t.foo3.bc
; RUN: llvm-link %t.foo1.bc %t.foo2.bc | llvm-dis
; RUN: llvm-link %t.foo1.bc %t.foo3.bc | llvm-dis
define linkonce void @foo() { ret void }
Modified: llvm/trunk/test/Linker/2008-06-26-AddressSpace.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2008-06-26-AddressSpace.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2008-06-26-AddressSpace.ll (original)
+++ llvm/trunk/test/Linker/2008-06-26-AddressSpace.ll Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
; Test linking two functions with different prototypes and two globals
; in different modules.
-; RUN: llvm-as %s -o %t.foo1.bc -f
-; RUN: echo | llvm-as -o %t.foo2.bc -f
+; RUN: llvm-as %s -o %t.foo1.bc
+; RUN: echo | llvm-as -o %t.foo2.bc
; RUN: llvm-link %t.foo2.bc %t.foo1.bc | llvm-dis | grep {addrspace(2)}
; RUN: llvm-link %t.foo1.bc %t.foo2.bc | llvm-dis | grep {addrspace(2)}
; rdar://6038021
Modified: llvm/trunk/test/Linker/2008-07-06-AliasFnDecl.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2008-07-06-AliasFnDecl.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2008-07-06-AliasFnDecl.ll (original)
+++ llvm/trunk/test/Linker/2008-07-06-AliasFnDecl.ll Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
; PR2146
-; RUN: llvm-as %s -o %t1.bc -f
-; RUN: llvm-as %p/2008-07-06-AliasFnDecl2.ll -o %t2.bc -f
-; RUN: llvm-link %t1.bc %t2.bc -f -o %t3.bc
+; RUN: llvm-as %s -o %t1.bc
+; RUN: llvm-as %p/2008-07-06-AliasFnDecl2.ll -o %t2.bc
+; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc
@b = alias void ()* @a
Modified: llvm/trunk/test/Linker/2008-07-06-AliasWeakDest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2008-07-06-AliasWeakDest.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2008-07-06-AliasWeakDest.ll (original)
+++ llvm/trunk/test/Linker/2008-07-06-AliasWeakDest.ll Tue Aug 25 10:38:29 2009
@@ -1,8 +1,8 @@
; PR2463
-; RUN: llvm-as %s -o %t1.bc -f
-; RUN: llvm-as %p/2008-07-06-AliasWeakDest2.ll -o %t2.bc -f
-; RUN: llvm-link %t1.bc %t2.bc -f -o %t3.bc
-; RUN: llvm-link %t2.bc %t1.bc -f -o %t4.bc
+; RUN: llvm-as %s -o %t1.bc
+; RUN: llvm-as %p/2008-07-06-AliasWeakDest2.ll -o %t2.bc
+; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc
+; RUN: llvm-link %t2.bc %t1.bc -o %t4.bc
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i386-pc-linux-gnu"
Modified: llvm/trunk/test/Linker/basiclink.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/basiclink.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/basiclink.ll (original)
+++ llvm/trunk/test/Linker/basiclink.ll Tue Aug 25 10:38:29 2009
@@ -1,10 +1,10 @@
; Test linking two functions with different prototypes and two globals
; in different modules. This is for PR411
-; RUN: llvm-as %s -o %t.bar.bc -f
+; RUN: llvm-as %s -o %t.bar.bc
; RUN: echo {define i32* @foo(i32 %x) \{ ret i32* @baz \} \
-; RUN: @baz = external global i32 } | llvm-as -o %t.foo.bc -f
-; RUN: llvm-link %t.bar.bc %t.foo.bc -o %t.bc -f
-; RUN: llvm-link %t.foo.bc %t.bar.bc -o %t.bc -f
+; RUN: @baz = external global i32 } | llvm-as -o %t.foo.bc
+; RUN: llvm-link %t.bar.bc %t.foo.bc -o %t.bc
+; RUN: llvm-link %t.foo.bc %t.bar.bc -o %t.bc
declare i32* @foo(...)
define i32* @bar() {
%ret = call i32* (...)* @foo( i32 123 )
Modified: llvm/trunk/test/Linker/link-archive.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/link-archive.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/link-archive.ll (original)
+++ llvm/trunk/test/Linker/link-archive.ll Tue Aug 25 10:38:29 2009
@@ -1,8 +1,8 @@
; Test linking of a bc file to an archive via llvm-ld.
; PR1434
-; RUN: llvm-as %s -o %t.bar.bc -f
+; RUN: llvm-as %s -o %t.bar.bc
; RUN: echo {define i32* @foo(i32 %x) \{ ret i32* @baz \} \
-; RUN: @baz = external global i32 } | llvm-as -o %t.foo.bc -f
+; RUN: @baz = external global i32 } | llvm-as -o %t.foo.bc
; RUN: llvm-ar rcf %t.foo.a %t.foo.bc
; RUN: llvm-ar rcf %t.bar.a %t.bar.bc
; RUN: llvm-ld -disable-opt %t.bar.bc %t.foo.a -o %t.bc
Modified: llvm/trunk/test/Linker/link-global-to-func.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/link-global-to-func.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/link-global-to-func.ll (original)
+++ llvm/trunk/test/Linker/link-global-to-func.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -o %t1.bc -f
-; RUN: echo {declare void @__eprintf(i8*, i8*, i32, i8*) noreturn define void @foo() { tail call void @__eprintf( i8* undef, i8* undef, i32 4, i8* null ) noreturn nounwind unreachable }} | llvm-as -o %t2.bc -f
+; RUN: llvm-as %s -o %t1.bc
+; RUN: echo {declare void @__eprintf(i8*, i8*, i32, i8*) noreturn define void @foo() { tail call void @__eprintf( i8* undef, i8* undef, i32 4, i8* null ) noreturn nounwind unreachable }} | llvm-as -o %t2.bc
; RUN: llvm-link %t2.bc %t1.bc -o - | llvm-dis | grep __eprintf
; RUN: llvm-link %t1.bc %t2.bc -o - | llvm-dis | grep __eprintf
Modified: llvm/trunk/test/Linker/link-messages.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/link-messages.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/link-messages.ll (original)
+++ llvm/trunk/test/Linker/link-messages.ll Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
; Test that linking two files with the same definition causes an error and
; that error is printed out.
-; RUN: llvm-as %s -o %t.one.bc -f
-; RUN: llvm-as %s -o %t.two.bc -f
+; RUN: llvm-as %s -o %t.one.bc
+; RUN: llvm-as %s -o %t.two.bc
; RUN: not llvm-ld -disable-opt -link-as-library %t.one.bc %t.two.bc \
; RUN: -o %t.bc 2>%t.err
; RUN: grep "symbol multiply defined" %t.err
Modified: llvm/trunk/test/Linker/redefinition.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/redefinition.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/redefinition.ll (original)
+++ llvm/trunk/test/Linker/redefinition.ll Tue Aug 25 10:38:29 2009
@@ -1,8 +1,8 @@
; Test linking two functions with different prototypes and two globals
; in different modules.
-; RUN: llvm-as %s -o %t.foo1.bc -f
-; RUN: llvm-as %s -o %t.foo2.bc -f
-; RUN: echo {define void @foo(i32 %x) { ret void }} | llvm-as -o %t.foo3.bc -f
+; RUN: llvm-as %s -o %t.foo1.bc
+; RUN: llvm-as %s -o %t.foo2.bc
+; RUN: echo {define void @foo(i32 %x) { ret void }} | llvm-as -o %t.foo3.bc
; RUN: not llvm-link %t.foo1.bc %t.foo2.bc -o %t.bc |& \
; RUN: grep {symbol multiply defined}
; RUN: not llvm-link %t.foo1.bc %t.foo3.bc -o %t.bc |& \
Modified: llvm/trunk/test/Linker/weakextern.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/weakextern.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Linker/weakextern.ll (original)
+++ llvm/trunk/test/Linker/weakextern.ll Tue Aug 25 10:38:29 2009
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s > %t.bc
; RUN: llvm-as < %p/testlink1.ll > %t2.bc
-; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc -f
+; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc
; RUN: llvm-dis < %t1.bc | grep {kallsyms_names = extern_weak}
; RUN: llvm-dis < %t1.bc | grep {MyVar = external global i32}
; RUN: llvm-dis < %t1.bc | grep {Inte = global i32}
Modified: llvm/trunk/test/Makefile.tests
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile.tests?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Makefile.tests (original)
+++ llvm/trunk/test/Makefile.tests Tue Aug 25 10:38:29 2009
@@ -69,7 +69,7 @@
# LLVM source, use the non-transforming assembler.
#
Output/%.bc: %.ll $(LLVMAS) Output/.dir
- -$(LLVMAS) -f $< -o $@
+ -$(LLVMAS) $< -o $@
## Cancel built-in implicit rules that override above rules
%: %.s
Modified: llvm/trunk/test/Transforms/Inline/2007-06-06-NoInline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/2007-06-06-NoInline.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/Inline/2007-06-06-NoInline.ll (original)
+++ llvm/trunk/test/Transforms/Inline/2007-06-06-NoInline.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline -f - | llvm-dis | grep "define internal i32 @bar"
+; RUN: llvm-as < %s | opt -inline - | llvm-dis | grep "define internal i32 @bar"
@llvm.noinline = appending global [1 x i8*] [ i8* bitcast (i32 (i32, i32)* @bar to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
define internal i32 @bar(i32 %x, i32 %y) {
Modified: llvm/trunk/test/Transforms/InstCombine/udiv_select_to_select_shift.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/udiv_select_to_select_shift.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/udiv_select_to_select_shift.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/udiv_select_to_select_shift.ll Tue Aug 25 10:38:29 2009
@@ -1,7 +1,7 @@
; Test that this transform works:
; udiv X, (Select Cond, C1, C2) --> Select Cond, (shr X, C1), (shr X, C2)
;
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis -f -o %t
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis -o %t
; RUN: not grep select %t
; RUN: grep lshr %t | count 2
; RUN: not grep udiv %t
Modified: llvm/trunk/test/Transforms/TailDup/if-tail-dup.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/TailDup/if-tail-dup.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/TailDup/if-tail-dup.ll (original)
+++ llvm/trunk/test/Transforms/TailDup/if-tail-dup.ll Tue Aug 25 10:38:29 2009
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | opt -tailduplicate | \
-; RUN: llc -march=x86 -o %t -f
+; RUN: llc -march=x86 -o %t
; RUN: grep {\\\<je\\\>} %t
; RUN: not grep jmp %t
; END.
Modified: llvm/trunk/test/Verifier/2008-03-01-AllocaSized.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/2008-03-01-AllocaSized.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/2008-03-01-AllocaSized.ll (original)
+++ llvm/trunk/test/Verifier/2008-03-01-AllocaSized.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: not llvm-as -f %s -o /dev/null |& grep {Cannot allocate unsized type}
+; RUN: not llvm-as %s -o /dev/null |& grep {Cannot allocate unsized type}
; PR2113
define void @test() {
Modified: llvm/trunk/test/Verifier/2008-08-22-MemCpyAlignment.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/2008-08-22-MemCpyAlignment.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/2008-08-22-MemCpyAlignment.ll (original)
+++ llvm/trunk/test/Verifier/2008-08-22-MemCpyAlignment.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: not llvm-as -f %s -o /dev/null |& grep {alignment argument of memory intrinsics must be a constant int}
+; RUN: not llvm-as %s -o /dev/null |& grep {alignment argument of memory intrinsics must be a constant int}
; PR2318
define void @x(i8* %a, i8* %src, i64 %len, i32 %align) nounwind {
Modified: llvm/trunk/test/Verifier/SelfReferential.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/SelfReferential.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/SelfReferential.ll (original)
+++ llvm/trunk/test/Verifier/SelfReferential.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: not llvm-as -f %s -o /dev/null |& grep {Only PHI nodes may reference their own value}
+; RUN: not llvm-as %s -o /dev/null |& grep {Only PHI nodes may reference their own value}
; Test that self referential instructions are not allowed
Modified: llvm/trunk/test/Verifier/aliasing-chain.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/aliasing-chain.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/aliasing-chain.ll (original)
+++ llvm/trunk/test/Verifier/aliasing-chain.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: not llvm-as -f %s -o /dev/null |& grep {Aliasing chain should end with function or global variable}
+; RUN: not llvm-as %s -o /dev/null |& grep {Aliasing chain should end with function or global variable}
; Test that alising chain does not create a cycle
Modified: llvm/trunk/test/Verifier/byval-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/byval-4.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/byval-4.ll (original)
+++ llvm/trunk/test/Verifier/byval-4.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
%struct.foo = type { i64 }
declare void @h(%struct.foo* byval %num)
Modified: llvm/trunk/test/Verifier/invoke-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/invoke-2.ll?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/invoke-2.ll (original)
+++ llvm/trunk/test/Verifier/invoke-2.ll Tue Aug 25 10:38:29 2009
@@ -1,4 +1,4 @@
-; RUN: not llvm-as %s -f |& grep {not verify as correct}
+; RUN: not llvm-as %s |& grep {not verify as correct}
; PR1042
define i32 @foo() {
Modified: llvm/trunk/test/lib/llvm2cpp.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lib/llvm2cpp.exp?rev=79992&r1=79991&r2=79992&view=diff
==============================================================================
--- llvm/trunk/test/lib/llvm2cpp.exp (original)
+++ llvm/trunk/test/lib/llvm2cpp.exp Tue Aug 25 10:38:29 2009
@@ -48,7 +48,7 @@
# Run llvm-as/llvm-dis
set pipeline llvm-as|llvm-dis
set retval [ catch {
- exec -keepnewline $llvmas < $test -o - | $llvmdis -f -o $assembly 2>/dev/null } msg ]
+ exec -keepnewline $llvmas < $test -o - | $llvmdis-o $assembly 2>/dev/null } msg ]
if { $retval != 0 } {
fail "$test: $pipeline returned $retval\n$msg"
@@ -65,7 +65,7 @@
}
set retval [ catch {
- exec -keepnewline $llc -march=cpp -f -o $generated < $bytecode 2>/dev/null } msg]
+ exec -keepnewline $llc -march=cpp-o $generated < $bytecode 2>/dev/null } msg]
if { $retval != 0 } {
fail "$test: llvm2cpp returned $retval\n$msg"
More information about the llvm-commits
mailing list