[PowerPC] Make use of the TargetRecip system
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.h
index 5c0f7e629a69c5912c9700148b9d33e6f46cf8eb..6496339519a1da089edfd58638ee221dc8c0bd1f 100644 (file)
@@ -29,6 +29,8 @@ public:
 private:
   std::unique_ptr<TargetLoweringObjectFile> TLOF;
   PPCABI TargetABI;
+  PPCSubtarget Subtarget;
+
   mutable StringMap<std::unique_ptr<PPCSubtarget>> SubtargetMap;
 
 public: