Skip to content

Commit

Permalink
Merge rust-lang#96
Browse files Browse the repository at this point in the history
96: Kill debugging. r=ltratt a=vext01



Co-authored-by: Edd Barrett <vext01@gmail.com>
  • Loading branch information
bors[bot] and vext01 authored Oct 19, 2023
2 parents c9ec9b1 + 4b79b47 commit a02f47d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/YkIR/YkIRWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ class YkIRWriter {
serialiseString(F.getName());
// type_idx:
OutStreamer.emitSizeT(typeIndex(F.getFunctionType()));
F.getType()->dump();
// num_blocks:
OutStreamer.emitSizeT(F.size());
// blocks:
Expand Down

0 comments on commit a02f47d

Please sign in to comment.