llvm-6502/lib
Chris Lattner c3f5f7701f Instead of callign removeTriviallyDeadNodes on the global graph every time
removeDeadNodes is called, only call it at the end of the pass being run.
This saves 1.3 seconds running DSA on 177.mesa (5.3->4.0s), which is
pretty big.  This is only possible because of the automatic garbage
collection done on forwarding nodes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11178 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-08 01:51:48 +00:00
..
Analysis Instead of callign removeTriviallyDeadNodes on the global graph every time 2004-02-08 01:51:48 +00:00
Archive
AsmParser
Bytecode
CodeGen Increase code clarity. 2004-02-06 18:08:18 +00:00
Debugger
ExecutionEngine
Linker
Support
Target Modify the two address instruction pass to remove the duplicate 2004-02-04 22:17:40 +00:00
Transforms Fix another dominator update bug. These bugs keep getting exposed because GCSE 2004-02-05 23:20:59 +00:00
VMCore Adjust to the new BB ctor 2004-02-04 03:57:50 +00:00
Makefile