Skip to content

Commit 4b79b47

Browse files
committed
Kill debugging.
1 parent c9ec9b1 commit 4b79b47

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)