forked from OSchip/llvm-project
parent
59a7f5c2f3
commit
97cf8fd4a9
|
@ -90,7 +90,7 @@ void AsmWriterOperand::EmitCode(std::ostream &OS) const {
|
|||
if (OperandType == isLiteralTextOperand)
|
||||
OS << "O << \"" << Str << "\"; ";
|
||||
else
|
||||
OS << Str << "(MI, " << MIOpNo << ", MVT::" << getName(OpVT) << "); ";
|
||||
OS << Str << "(MI, " << MIOpNo << ", MVT::" << getEnumName(OpVT) << "); ";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue