Change the prototype of PrintAsmOperand

llvm-svn: 26020
This commit is contained in:
Chris Lattner 2006-02-06 22:16:41 +00:00
parent 0458fb76fd
commit f1eac134b9
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ namespace llvm {
/// overried this to format as appropriate. This method can return true if
/// the operand is erroneous.
virtual bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
unsigned AsmVariant);
unsigned AsmVariant, const char *ExtraCode);
/// SetupMachineFunction - This should be called when a new MachineFunction
/// is being processed from runOnMachineFunction.