From 19058c39891ec3485a3ecd61941292c41c94dc6f 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. llvm-svn: 23192 --- llvm/lib/Target/PowerPC/PowerPCTargetMachine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/Target/PowerPC/PowerPCTargetMachine.h') diff --git a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.h b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.h index 4a92acf6c01..0c12f30ba1f 100644 --- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.h +++ b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.h @@ -30,7 +30,8 @@ class PowerPCTargetMachine : public TargetMachine { PPCSubtarget Subtarget; protected: PowerPCTargetMachine(const std::string &name, IntrinsicLowering *IL, - const Module &M, const TargetData &TD, + const Module &M, const std::string &FS, + const TargetData &TD, const PowerPCFrameInfo &TFI); public: virtual const TargetFrameInfo *getFrameInfo() const { return &FrameInfo; } -- cgit v1.2.3