Skip to content

Commit 9e05e5c

Browse files
committed
Commented code that sneaked in.
1 parent 21c2d42 commit 9e05e5c

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
@@ -242,7 +242,6 @@ class YkIRWriter {
242242
}
243243

244244
void serialiseConstantInt(ConstantInt *CI) {
245-
// OutStreamer.emitInt8(OperandKind::Constant);
246245
OutStreamer.emitSizeT(typeIndex(CI->getType()));
247246
OutStreamer.emitSizeT(CI->getBitWidth() / 8);
248247
for (size_t I = 0; I < CI->getBitWidth(); I += 8) {

0 commit comments

Comments
 (0)