diff options
author | Renato Golin <renato.golin@linaro.org> | 2013-02-16 19:14:59 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2013-02-16 19:14:59 +0000 |
commit | b26f98fa1f098b527cc84ef7535fe84d89953c21 (patch) | |
tree | fba4ebc268f62ae04489934c426beab45359e700 /lib/Target/ARM/ARMSubtarget.h | |
parent | c835b8c30127d15599de2d614434d39a6cc3ae17 (diff) |
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMSubtarget.h')
-rw-r--r-- | lib/Target/ARM/ARMSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h index f47555c035..8ce22e1de2 100644 --- a/lib/Target/ARM/ARMSubtarget.h +++ b/lib/Target/ARM/ARMSubtarget.h @@ -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(); |