llvm-6502/include
Chris Lattner 69582cf6c4 Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
BLOB (i.e., large, performance intensive data) in a bitcode file was switched to
invoking one virtual method call per byte read.  Now we do one virtual call per
BLOB.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173065 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-21 18:24:49 +00:00
..
llvm Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a 2013-01-21 18:24:49 +00:00
llvm-c Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00