Change prototype

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-02-06 22:18:19 +00:00
parent a36cb0a6b1
commit 815ef5b3dd

View File

@ -96,7 +96,7 @@ namespace {
}
bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
unsigned AsmVariant) {
unsigned AsmVariant, const char *ExtraCode) {
printOperand(MI, OpNo);
return false;
}