Skip to content

Commit 08f0d52

Browse files
committed
Let the stringifier print the '?' for unimplemented operands.
1 parent d862ab0 commit 08f0d52

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
@@ -162,7 +162,6 @@ class YkIRWriter {
162162
// the unhandled LLVM operand in textual form.
163163
void serialiseUnimplementedOperand(Value *V) {
164164
OutStreamer.emitInt8(OperandKind::String);
165-
OutStreamer.emitInt8('?');
166165
serialiseString(toString(V));
167166
}
168167

0 commit comments

Comments
 (0)