commit | f05c78c2b25d395dbfd256efcf4a8ba9038a7838 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sun Mar 27 22:40:55 2016 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sun Mar 27 22:40:55 2016 +0000 |
tree | 193e29bc6585021ceefb89db15b8e6820ed6b49b | |
parent | ce54d8e195ad86c1fb4aafe9c857919e8dca18fc [diff] |
Bitcode: Split out SimpleBitstreamCursor Split out SimpleBitstreamCursor from BitstreamCursor, which is a lower-level cursor with no knowledge of bitcode blocks, abbreviations, or records. It just knows how to read bits and navigate the stream. This is mainly organizational, to separate the API for manipulating raw bits from that for bitcode concepts like Record and Block. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264545 91177308-0d34-0410-b5e6-96231b3b80d8