mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-18 12:09:38 +00:00
Minor fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
38c0751a12
commit
131ca38c60
@ -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…
x
Reference in New Issue
Block a user