[PATCH] D26532: Bitcode: Clean up error handling for certain bitcode query functions.
    Peter Collingbourne via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Nov 11 12:01:33 PST 2016
    
    
  
pcc added inline comments.
================
Comment at: llvm/lib/Bitcode/Reader/BitcodeReader.cpp:615
 public:
-  BitcodeReader(MemoryBufferRef Buffer, LLVMContext &Context);
+  BitcodeReader(BitstreamCursor Stream, LLVMContext &Context);
 
----------------
mehdi_amini wrote:
> I feel this could be pulled out as a first step in another patch.
r286622
Repository:
  rL LLVM
https://reviews.llvm.org/D26532
    
    
More information about the llvm-commits
mailing list