git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Renato Golin 2013-02-16 19:14:59 +00:00
parent c835b8c301
commit b26f98fa1f

View File

@ -202,7 +202,7 @@ 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();