mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-01 17:35:38 +00:00
MC/AsmMatcher: Tweak conversion function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
659d1e8bbb
commit
bef529182f
@ -1081,7 +1081,7 @@ static void EmitConvertToMCInst(CodeGenTarget &Target,
|
||||
|
||||
// Add any trailing implicit operands.
|
||||
for (; CurIndex != NumMIOperands; ++CurIndex)
|
||||
Signature += "Imp";
|
||||
Signature += "__Imp";
|
||||
|
||||
II.ConversionFnKind = Signature;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user