Typo
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
index 87834b8b66fb33aa18e15939a2bbfd1753a752ea..8ce22e1de2cbfbafe3bdbac7392a514775ce7f36 100644 (file)
@@ -202,10 +202,12 @@ protected:
   /// subtarget options.  Definition of function is auto generated by tblgen.
   void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
 
-  /// \brief Reset the features for the X86 target.
+  /// \brief Reset the features for the ARM target.
   virtual void resetSubtargetFeatures(const MachineFunction *MF);
+private:
+  void initializeEnvironment();
   void resetSubtargetFeatures(StringRef CPU, StringRef FS);
-
+public:
   void computeIssueWidth();
 
   bool hasV4TOps()  const { return HasV4TOps;  }