aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-06 22:18:19 +0000
committerChris Lattner <sabre@nondot.org>2006-02-06 22:18:19 +0000
commit815ef5b3dd7536e62038c091f6bf17f7badbfe5a (patch)
tree7339252e06c29d6b8ed0f82cee0725bece6303e6
parenta36cb0a6b110f1ac9a9388019febb64620a124b9 (diff)
Change prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26022 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/PPCAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCAsmPrinter.cpp b/lib/Target/PowerPC/PPCAsmPrinter.cpp
index 416b8c5415..51b76bd5ea 100644
--- a/lib/Target/PowerPC/PPCAsmPrinter.cpp
+++ b/lib/Target/PowerPC/PPCAsmPrinter.cpp
@@ -96,7 +96,7 @@ namespace {
}
bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
- unsigned AsmVariant) {
+ unsigned AsmVariant, const char *ExtraCode) {
printOperand(MI, OpNo);
return false;
}