llvm-6502/lib/Bytecode
Chris Lattner c4d6916508 Eliminate this ugly hack. This was put back in when replaceAllUsesOf used
a different algorithm that was extremely inefficient for instructions with
many operands.

This reduces the time of this code snippet from .23s for 176.gcc to 0.03s
in a debug build, which speeds up total llvm-dis time just barely.

It's more of a code cleanup than a speedup.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18685 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-09 04:51:50 +00:00
..
Archive Compute the firstFileOffset correctly after reading the LLVM symbol table. 2004-11-28 03:13:02 +00:00
Reader Eliminate this ugly hack. This was put back in when replaceAllUsesOf used 2004-12-09 04:51:50 +00:00
Writer Check in some patches for better assertions 2004-12-04 21:28:47 +00:00
Makefile Add the Archive library 2004-11-14 21:55:27 +00:00