MC/AsmMatcher: Tweak conversion function name.

llvm-svn: 95802
This commit is contained in:
Daniel Dunbar 2010-02-10 21:00:47 +00:00
parent 296f6e4952
commit 4254b19c9a

View File

@ -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;