llvm-6502/lib/Transforms/Utils
Chris Lattner 13b2f764c0 Implement SimplifyCFG/DeadSetCC.ll
SimplifyCFG is one of those passes that we use for final cleanup: it should
not rely on other passes to clean up its garbage.  This fixes the "why are
trivially dead setcc's in the output of gccas" problem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19212 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-01 16:02:12 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp Allow constructor parameter to override aggregating args; fix spacing 2004-11-20 02:20:27 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp The split bb is really the exit of the old function 2004-12-11 16:59:54 +00:00
Local.cpp
LoopSimplify.cpp
LowerAllocations.cpp Get rid of getSizeOf, using ConstantExpr::getSizeOf instead. 2004-12-13 20:00:02 +00:00
LowerInvoke.cpp
LowerSelect.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llx 2004-11-30 07:01:15 +00:00
SimplifyCFG.cpp Implement SimplifyCFG/DeadSetCC.ll 2005-01-01 16:02:12 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h