[PATCH] D26100: Bitcode: Maintain block info block abbreviations in the BitstreamCursor.

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 01:25:41 PDT 2016


ABataev added inline comments.


================
Comment at: llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp:86
 /// null.
-static const char *GetBlockName(unsigned BlockID,
-                                const BitstreamReader &StreamFile,
+static const char *GetBlockName(unsigned BlockID, const BitstreamCursor &Stream,
                                 CurStreamTypeType CurStreamType) {
----------------
%s/GetBlockName/getBlockName/g


https://reviews.llvm.org/D26100





More information about the llvm-commits mailing list