llvm-6502/lib/Transforms/Utils
Chris Lattner a9d2bffeeb Fix bug with critical edge splitting code where it wouldn't update PHI nodes
in the old destination block to indicate that the value flows from the new
edge splitting block, not from the original multi-successor block.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3590 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-06 03:51:45 +00:00
..
BasicBlockUtils.cpp Implement a new RemoveSuccessor function 2002-07-29 22:32:08 +00:00
CloneFunction.cpp *** empty log message *** 2002-06-30 16:25:25 +00:00
CriticalEdge.cpp Fix bug with critical edge splitting code where it wouldn't update PHI nodes 2002-09-06 03:51:45 +00:00
Linker.cpp fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll 2002-08-20 19:35:11 +00:00
Local.cpp *** empty log message *** 2002-06-25 16:12:52 +00:00
LowerAllocations.cpp Remove extraneous #includes 2002-08-08 19:00:34 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PromoteMemoryToRegister.cpp Eliminated the MemAccessInst class, folding contents into GEP class. 2002-08-22 23:37:20 +00:00
SimplifyCFG.cpp Allow folding of basic blocks that have PHI nodes in them, fixing "bug": 2002-07-29 21:26:30 +00:00
UnifyFunctionExitNodes.cpp - Do not expose ::ID from any of the analyses anymore. 2002-08-21 17:09:49 +00:00