1. Use SubtargetFeatures in llc/lli.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.h
index 9b167138bc0fd7496b15137bf3bc00e8dbb9e0fe..902abb0745a5034bb57679d205174646c3513833 100644 (file)
@@ -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();