We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fada0a commit a116aa6Copy full SHA for a116aa6
lib/SIL/IR/SILPrinter.cpp
@@ -1070,7 +1070,7 @@ class SILPrinter : public SILInstructionVisitor<SILPrinter> {
1070
const MultipleValueInstructionResult *result) {
1071
// This should really only happen during debugging.
1072
if (result->getParent()->getNumResults() == 1) {
1073
- *this << "**" << Ctx.getID(result) << "** = ";
+ *this << "**" << Ctx.getID(result) << "**";
1074
} else {
1075
*this << '(';
1076
llvm::interleave(
0 commit comments