mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 15:02:16 +00:00
MC/AsmMatcher: Tweak conversion function name.
llvm-svn: 95802
This commit is contained in:
parent
296f6e4952
commit
4254b19c9a
@ -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