Remove explicit control flow through the use of the 'not' script
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 23:23:34 +0000 (23:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 23:23:34 +0000 (23:23 +0000)
commit50e8682f282f1ae04ce18cb84b638d126f499faf
treea4a90ec6cef9abbcbf77538cd77712a28c9cf7ff
parent69686725d7dca5c4caf196c1904bcac85129e6b6
Remove explicit control flow through the use of the 'not' script

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6965 91177308-0d34-0410-b5e6-96231b3b80d8
65 files changed:
test/Analysis/BasicAA/featuretest.ll
test/Analysis/BasicAA/gcsetest.ll
test/Analysis/BasicAA/licmtest.ll
test/Analysis/DSGraph/gcsetest.ll
test/Analysis/LoadVN/RLE-Eliminate.ll
test/Assembler/2002-04-29-NameBinding.llx
test/Assembler/ConstantExprFoldCast.llx
test/Linker/2003-05-31-LinkerRename.ll
test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll
test/Transforms/ADCE/adcetest.ll
test/Transforms/BasicAA/featuretest.ll
test/Transforms/BasicAA/gcsetest.ll
test/Transforms/BasicAA/licmtest.ll
test/Transforms/ConstProp/2002-05-03-NotOperator.ll
test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
test/Transforms/ConstProp/basictest.ll
test/Transforms/ConstProp/logicaltest.ll
test/Transforms/ConstProp/nottest.ll
test/Transforms/ConstProp/phi.ll
test/Transforms/ConstProp/remtest.ll
test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
test/Transforms/CorrelatedExprs/basictest.ll
test/Transforms/CorrelatedExprs/branchtest.ll
test/Transforms/CorrelatedExprs/looptest.ll
test/Transforms/CorrelatedExprs/nullpointer.ll
test/Transforms/CorrelatedExprs/whet.ll
test/Transforms/DeadArgElim/basictest.ll
test/Transforms/FunctionResolve/2002-08-19-ResolveGlobalVars.ll
test/Transforms/FunctionResolve/2002-08-19-ResolveGlobalVarsEasier.ll
test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll
test/Transforms/FunctionResolve/2002-11-09-ExternFn.ll
test/Transforms/FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
test/Transforms/FunctionResolve/2003-05-31-AllInternalDecls.ll
test/Transforms/FunctionResolve/2003-05-31-FuncPointerResolve.ll
test/Transforms/FunctionResolve/2003-05-31-InternalDecl.ll
test/Transforms/FunctionResolve/basictest.ll
test/Transforms/FunctionResolve/retmismatch1.ll
test/Transforms/FunctionResolve/retmismatch2.ll
test/Transforms/GCSE/2002-05-14-OperandSwap.ll
test/Transforms/GCSE/2003-06-13-LoadStoreEliminate.ll
test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
test/Transforms/GlobalDCE/basicvariabletest.ll
test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
test/Transforms/Mem2Reg/2003-06-26-IterativePromote.ll
test/Transforms/Mem2Reg/DifferingTypes.ll
test/Transforms/Mem2Reg/PromoteMemToRegister.ll
test/Transforms/PiNodeInserter/substitutetest.ll
test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
test/Transforms/Reassociate/2002-05-15-MissedTree.ll
test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/basictest2.ll
test/Transforms/Reassociate/looptest.ll
test/Transforms/Reassociate/otherops.ll
test/Transforms/Reassociate/subtest.ll
test/Transforms/SCCP/2002-05-02-EdgeFailure.ll
test/Transforms/SCCP/2002-05-02-MissSecondInst.ll
test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll
test/Transforms/SCCP/2003-06-24-OverdefinedPHIValue.ll
test/Transforms/SCCP/basictest.ll
test/Transforms/SCCP/sccptest.ll
test/Transforms/ScalarRepl/arraytest.ll
test/Transforms/ScalarRepl/basictest.ll