| commit | 15c3e7dab522ec3aa49b1571dcfd079c62d49d40 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Jan 21 18:28:26 2013 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Jan 21 18:28:26 2013 +0000 |
| tree | 30a98e6496752ebfb71ebf77d860efa8a515f0c0 | |
| parent | 1aeca1e8069ac5ff6c4e6ba35e7e1550d760461e [diff] |
ReadSourceManagerBlock is skipping over records that can contain Blobs. Not passing in a StringRef to bind to them forces them to be unpacked into the Record as individual bytes. This is wasteful, but not likely to be measurable in this instance. llvm-svn: 173066