Skip to content

Commit a02f47d

Browse files
bors[bot]vext01
andauthored
96: Kill debugging. r=ltratt a=vext01 Co-authored-by: Edd Barrett <vext01@gmail.com>
2 parents c9ec9b1 + 4b79b47 commit a02f47d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/YkIR/YkIRWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ class YkIRWriter {
401401
serialiseString(F.getName());
402402
// type_idx:
403403
OutStreamer.emitSizeT(typeIndex(F.getFunctionType()));
404-
F.getType()->dump();
405404
// num_blocks:
406405
OutStreamer.emitSizeT(F.size());
407406
// blocks:

0 commit comments

Comments
 (0)