llvm-6502/lib
Chris Lattner 34e353e560 Fix bug: ADCE/2003-06-11-InvalidCFG.ll
This was because we were deleting large chunks of functions without an exit block, because the post-dominance
information was not useful.  This broke crafty and twolf.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6698 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-16 12:10:45 +00:00
..
Analysis Nodes get forwarded when they are collapsed currently. 2003-06-16 12:08:18 +00:00
Archive
AsmParser
Bytecode
CodeGen Included assert.h so that the code compiles under newer versions of GCC. 2003-06-11 14:01:36 +00:00
ExecutionEngine Add #include for older GCC's 2003-06-08 06:43:57 +00:00
Linker
Support Fix compilation problem with some versions of G++ 2003-06-06 22:13:01 +00:00
Target Fix bug: CBackend/2003-06-11-HexConstant.ll 2003-06-16 12:09:09 +00:00
Transforms Fix bug: ADCE/2003-06-11-InvalidCFG.ll 2003-06-16 12:10:45 +00:00
VMCore Included assert.h so that the code compiles under newer versions of GCC. 2003-06-11 14:01:36 +00:00
Makefile