summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.h
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-20 16:58:14 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-20 16:58:14 +0000
commitea18f0cc4d3595ed55b53faf08ead1fc3d5abfa3 (patch)
treee3ceb54055fd900fa557fd67b4d985c3c4ea4cf6 /lib/Target/PowerPC/PPC.h
parentdc4dcb6762f1f2a9a74f26c54344ab5678d408c3 (diff)
downloadllvm-ea18f0cc4d3595ed55b53faf08ead1fc3d5abfa3.tar.gz
llvm-ea18f0cc4d3595ed55b53faf08ead1fc3d5abfa3.tar.bz2
llvm-ea18f0cc4d3595ed55b53faf08ead1fc3d5abfa3.tar.xz
[PowerPC] Remove unused parameter
The isDarwin parameter to the llvm::LowerPPCMachineInstrToMCInst routine is now no longer needed; remove it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.h')
-rw-r--r--lib/Target/PowerPC/PPC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h
index 2e7961014b..bcad94f409 100644
--- a/lib/Target/PowerPC/PPC.h
+++ b/lib/Target/PowerPC/PPC.h
@@ -40,7 +40,7 @@ namespace llvm {
FunctionPass *createPPCJITCodeEmitterPass(PPCTargetMachine &TM,
JITCodeEmitter &MCE);
void LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
- AsmPrinter &AP, bool isDarwin);
+ AsmPrinter &AP);
/// \brief Creates an PPC-specific Target Transformation Info pass.
ImmutablePass *createPPCTargetTransformInfoPass(const PPCTargetMachine *TM);