llvm-6502/lib
Chris Lattner 0b7c85c06a Unify the destruction code used for node pairs vs normal nodes. This was
causing a problem before because global values with incoming edges didn't
copy the incoming edges to the node they were being merged from, causing
the poolalloc pass to die.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2079 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-31 19:57:44 +00:00
..
Analysis Unify the destruction code used for node pairs vs normal nodes. This was 2002-03-31 19:57:44 +00:00
AsmParser * Fix nondeleted type handle which could cause type pool corruption (and 2002-03-31 07:16:49 +00:00
Bytecode
CodeGen Add method clearCallInterference(). 2002-03-31 18:58:14 +00:00
ExecutionEngine s/Method/Function 2002-03-29 03:57:15 +00:00
Linker
Support
Target 1. Fix a leftover bug in generating memory instructions. 2002-03-31 19:07:35 +00:00
Transforms Add debug output 2002-03-31 07:17:46 +00:00
VMCore * s/Method/Function 2002-03-29 19:06:18 +00:00
Makefile