mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
Change the prototype of PrintAsmOperand
llvm-svn: 26020
This commit is contained in:
parent
f36d437b39
commit
81280678cc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user