Now that the optimization level is adjusting the feature string
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.h
index fd233d0ce7d87ae10c717628afbc9c853dd232e0..adf5aa15521befa40f80f047bbff0b61e1f23f08 100644 (file)
@@ -111,9 +111,6 @@ protected:
   bool HasLazyResolverStubs;
   bool IsLittleEndian;
 
-  /// OptLevel - What default optimization level we're emitting code for.
-  CodeGenOpt::Level OptLevel;
-
   enum {
     PPC_ABI_UNKNOWN,
     PPC_ABI_ELFv1,
@@ -130,8 +127,7 @@ public:
   /// of the specified triple.
   ///
   PPCSubtarget(const std::string &TT, const std::string &CPU,
-               const std::string &FS, PPCTargetMachine &TM,
-               CodeGenOpt::Level OptLevel);
+               const std::string &FS, PPCTargetMachine &TM);
 
   /// ParseSubtargetFeatures - Parses features string setting specified
   /// subtarget options.  Definition of function is auto generated by tblgen.