mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Frontend: replicate clang SVN r285660
The block info block does not require an explicit abbreviation width as the local abbreviations are internal to the block. Remove the parameter similar to the clang change.
This commit is contained in:
committed by
Bob Wilson
parent
f10ae47b9f
commit
4cced9b75a
@@ -341,7 +341,7 @@ static void addRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
|
||||
}
|
||||
|
||||
void SerializedDiagnosticConsumer::emitBlockInfoBlock() {
|
||||
State->Stream.EnterBlockInfoBlock(3);
|
||||
State->Stream.EnterBlockInfoBlock();
|
||||
|
||||
using namespace llvm;
|
||||
llvm::BitstreamWriter &Stream = State->Stream;
|
||||
|
||||
Reference in New Issue
Block a user