llvm-6502/lib
Chris Lattner 031955d462 Avoid calling use_size() which could (in theory) be expensive if the global
has a large number of users.  Instead, just keep track of whether we're
making changes as we do so.

This patch has no functionlity changes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16874 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-10 16:43:46 +00:00
..
Analysis Fix a nasty dangling pointer problem, due to a free'd pointer being left in 2004-10-07 20:01:31 +00:00
Archive
AsmParser Add a check to avoid an assertion on malformed input 2004-10-09 02:18:58 +00:00
Bytecode
CodeGen Hyphenate target-(in)dependent for more tasty grammar goodness (tm) 2004-10-08 19:43:31 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target bling bling! 2004-10-10 16:26:13 +00:00
Transforms Avoid calling use_size() which could (in theory) be expensive if the global 2004-10-10 16:43:46 +00:00
VMCore Unfortunately the fix for the previous bug introduced the previous 2004-10-07 19:20:48 +00:00
Makefile