Skip to content

Commit 90483cb

Browse files
committed
Remove left-over commented code.
1 parent b2377ae commit 90483cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/YkIR/YkIRWriter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,6 @@ class YkIRWriter {
402402

403403
// Serialise a binary operator.
404404
void serialiseBinOperator(Instruction::BinaryOps BO) {
405-
// operand kind:
406-
// OutStreamer.emitInt8(OperandKind::OpKindBinOp);
407-
// the operator:
408405
switch (BO) {
409406
case Instruction::BinaryOps::Add:
410407
OutStreamer.emitInt8(BinOp::BinOpAdd);

0 commit comments

Comments
 (0)