Skip to content

Commit dce4850

Browse files
committed
rm
1 parent d233243 commit dce4850

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

llvm/lib/Bitcode/Writer/BitcodeWriter.cpp

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3941,25 +3941,6 @@ void ModuleBitcodeWriter::writeBlockInfo() {
39413941
FUNCTION_INST_LOAD_ABBREV)
39423942
llvm_unreachable("Unexpected abbrev ordering!");
39433943
}
3944-
{ // INST_UNOP abbrev for FUNCTION_BLOCK.
3945-
// auto Abbv = std::make_shared<BitCodeAbbrev>();
3946-
// Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP));
3947-
// Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LHS
3948-
// Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // opc
3949-
// if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) !=
3950-
// FUNCTION_INST_UNOP_ABBREV)
3951-
// llvm_unreachable("Unexpected abbrev ordering!");
3952-
}
3953-
{ // INST_UNOP_FLAGS abbrev for FUNCTION_BLOCK.
3954-
// auto Abbv = std::make_shared<BitCodeAbbrev>();
3955-
// Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP));
3956-
// Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LHS
3957-
// Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // opc
3958-
// Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // flags
3959-
// if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) !=
3960-
// FUNCTION_INST_UNOP_FLAGS_ABBREV)
3961-
// llvm_unreachable("Unexpected abbrev ordering!");
3962-
}
39633944
{ // INST_BINOP abbrev for FUNCTION_BLOCK.
39643945
auto Abbv = std::make_shared<BitCodeAbbrev>();
39653946
Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP));

0 commit comments

Comments
 (0)