[PATCH] D31828: Bitcode: Move version and global value module code parsers to separate functions. NFCI.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 12:10:03 PDT 2017


tejohnson added inline comments.


================
Comment at: llvm/lib/Bitcode/Reader/BitcodeReader.cpp:388
+  /// not need this flag.
+  bool UseRelativeIDs = false;
+
----------------
Why move this into BitcodeReaderBase, rather than BitcodeReader?


https://reviews.llvm.org/D31828





More information about the llvm-commits mailing list