summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC32TargetMachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC32TargetMachine.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPC32TargetMachine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32TargetMachine.h b/llvm/lib/Target/PowerPC/PPC32TargetMachine.h
index 9b167138bc0..902abb0745a 100644
--- a/llvm/lib/Target/PowerPC/PPC32TargetMachine.h
+++ b/llvm/lib/Target/PowerPC/PPC32TargetMachine.h
@@ -28,7 +28,8 @@ class PPC32TargetMachine : public PowerPCTargetMachine {
PPC32JITInfo JITInfo;
public:
- PPC32TargetMachine(const Module &M, IntrinsicLowering *IL);
+ PPC32TargetMachine(const Module &M, IntrinsicLowering *IL,
+ const std::string &FS);
virtual const PPC32InstrInfo *getInstrInfo() const { return &InstrInfo; }
virtual const MRegisterInfo *getRegisterInfo() const {
return &InstrInfo.getRegisterInfo();
OpenPOWER on IntegriCloud