Eliminate questionable syntax for stdin redirection. This probably also speeds things...
authorGabor Greif <ggreif@gmail.com>
Tue, 20 May 2008 22:07:21 +0000 (22:07 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 20 May 2008 22:07:21 +0000 (22:07 +0000)
commit5edf210bdf0964193f059cc48464f3ea5c9e9e09
tree6723f351a395699f151b28406a31db847f14c3b2
parenteb0fdc150a807a5fd1b656c13fdf019d93ff4bc3
Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51357 91177308-0d34-0410-b5e6-96231b3b80d8
93 files changed:
test/Assembler/2002-01-24-BadSymbolTableAssert.ll
test/Assembler/2002-01-24-ValueRefineAbsType.ll
test/Assembler/2002-02-19-TypeParsing.ll
test/Assembler/2002-03-08-NameCollision.ll
test/Assembler/2002-03-08-NameCollision2.ll
test/Assembler/2002-04-04-PureVirtMethCall.ll
test/Assembler/2002-04-04-PureVirtMethCall2.ll
test/Assembler/2002-04-05-TypeParsing.ll
test/Assembler/2002-05-02-InvalidForwardRef.ll
test/Assembler/2002-07-08-HugePerformanceProblem.ll
test/Assembler/2002-07-25-ParserAssertionFailure.ll
test/Assembler/2002-08-15-CastAmbiguity.ll
test/Assembler/2002-08-15-ConstantExprProblem.ll
test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
test/Assembler/2002-08-22-DominanceProblem.ll
test/Assembler/2002-10-08-LargeArrayPerformance.ll
test/Assembler/2002-10-15-NameClash.ll
test/Assembler/2002-12-15-GlobalResolve.ll
test/Assembler/2003-01-30-UnsignedString.ll
test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
test/Assembler/2003-05-15-AssemblerProblem.ll
test/Assembler/2003-05-15-SwitchBug.ll
test/Assembler/2003-05-21-ConstantShiftExpr.ll
test/Assembler/2003-05-21-EmptyStructTest.ll
test/Assembler/2003-06-30-RecursiveTypeProblem.ll
test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
test/Assembler/2003-12-30-TypeMapInvalidMemory.ll
test/Assembler/2004-02-27-SelfUseAssertError.ll
test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
test/Assembler/2004-09-29-VerifierIsReallySlow.ll
test/Assembler/2004-10-22-BCWriterUndefBug.ll
test/Assembler/2004-11-28-InvalidTypeCrash.ll
test/Assembler/2005-01-31-CallingAggregateFunction.ll
test/Assembler/2007-01-02-Undefined-Arg-Type.ll
test/Assembler/2007-01-05-Cmp-ConstExpr.ll
test/Assembler/2007-01-16-CrashOnBadCast.ll
test/Assembler/2007-01-16-CrashOnBadCast2.ll
test/Assembler/2007-04-15-BadIntrinsic.ll
test/Assembler/select.ll
test/Bitcode/memcpy.ll
test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll
test/CodeGen/Generic/spillccr.ll
test/ExecutionEngine/2002-12-16-ArgTest.ll
test/ExecutionEngine/2003-01-04-ArgumentBug.ll
test/ExecutionEngine/2003-01-04-LoopTest.ll
test/ExecutionEngine/2003-01-04-PhiTest.ll
test/ExecutionEngine/2003-01-09-SARTest.ll
test/ExecutionEngine/2003-01-10-FUCOM.ll
test/ExecutionEngine/2003-01-15-AlignmentTest.ll
test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
test/ExecutionEngine/2003-06-04-bzip2-bug.ll
test/ExecutionEngine/2003-06-05-PHIBug.ll
test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
test/ExecutionEngine/2007-12-10-APIntLoadStore.ll
test/ExecutionEngine/2007-12-14-BigEndian.ll
test/ExecutionEngine/2007-12-14-LittleEndian.ll
test/ExecutionEngine/hello.ll
test/ExecutionEngine/hello2.ll
test/ExecutionEngine/simplesttest.ll
test/ExecutionEngine/simpletest.ll
test/ExecutionEngine/test-branch.ll
test/ExecutionEngine/test-call.ll
test/ExecutionEngine/test-cast.ll
test/ExecutionEngine/test-constantexpr.ll
test/ExecutionEngine/test-fp.ll
test/ExecutionEngine/test-loadstore.ll
test/ExecutionEngine/test-logical.ll
test/ExecutionEngine/test-loop.ll
test/ExecutionEngine/test-malloc.ll
test/ExecutionEngine/test-phi.ll
test/ExecutionEngine/test-ret.ll
test/ExecutionEngine/test-setcond-fp.ll
test/ExecutionEngine/test-setcond-int.ll
test/ExecutionEngine/test-shift.ll
test/Feature/globalredefinition3.ll
test/Linker/2003-01-30-LinkerRename.ll
test/Linker/2003-04-21-Linkage.ll
test/Linker/2003-04-23-LinkOnceLost.ll
test/Linker/2003-04-26-NullPtrLinkProblem.ll
test/Linker/2004-05-07-TypeResolution1.ll
test/Linker/2006-01-19-ConstantPacked.ll
test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll
test/Verifier/2008-01-11-VarargAttrs.ll
test/Verifier/byval-1.ll
test/Verifier/byval-2.ll
test/Verifier/byval-4.ll
test/Verifier/invoke-2.ll