remove the FnArgWords cache to make way for future changes.
[oota-llvm.git] / lib / Target / CellSPU / SPUTargetMachine.h
index f1c381739796636347da9db7c769bc78cf2cf2f7..9fdcfe9ab619b9f2de85aef5852281f4a32dfb62 100644 (file)
@@ -35,12 +35,9 @@ class SPUTargetMachine : public LLVMTargetMachine {
   SPUFrameInfo        FrameInfo;
   SPUTargetLowering   TLInfo;
   InstrItineraryData  InstrItins;
-
-protected:
-  virtual const TargetAsmInfo *createTargetAsmInfo() const;
-
 public:
-  SPUTargetMachine(const Target &T, const Module &M, const std::string &FS);
+  SPUTargetMachine(const Target &T, const std::string &TT,
+                   const std::string &FS);
 
   /// Return the subtarget implementation object
   virtual const SPUSubtarget     *getSubtargetImpl() const {