mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 06:36:06 +00:00

Previously, BitstreamCursor read an abbreviated record by splatting the whole thing into a data vector, then extracting and removing the /first/ element. Now, it reads the first element--the record code--separately from the actual field values. No (intended) functionality change. llvm-svn: 181639