From b1e1180ca0b32f37aa74d7ad703eeaf91e66c8fa Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 1 Sep 2005 21:38:21 +0000 Subject: 1. Use SubtargetFeatures in llc/lli. 2. Propagate feature "string" to all targets. 3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23192 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCTargetMachine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Target/PowerPC/PPCTargetMachine.h') diff --git a/lib/Target/PowerPC/PPCTargetMachine.h b/lib/Target/PowerPC/PPCTargetMachine.h index 9b167138bc..902abb0745 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.h +++ b/lib/Target/PowerPC/PPCTargetMachine.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(); -- cgit v1.2.3