[PATCH] D26168: Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 18:18:23 PDT 2016


pcc added a comment.

I am about to make `EnterBlockInfoBlock` more complicated in order to deal with multiple block info blocks, so I need all block info block writers to go through this function. The code width thing is just something I noticed in passing.


https://reviews.llvm.org/D26168





More information about the llvm-commits mailing list