aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-02-16 19:14:59 +0000
committerRenato Golin <renato.golin@linaro.org>2013-02-16 19:14:59 +0000
commitb26f98fa1f098b527cc84ef7535fe84d89953c21 (patch)
treefba4ebc268f62ae04489934c426beab45359e700
parentc835b8c30127d15599de2d614434d39a6cc3ae17 (diff)
downloadexternal_llvm-b26f98fa1f098b527cc84ef7535fe84d89953c21.zip
external_llvm-b26f98fa1f098b527cc84ef7535fe84d89953c21.tar.gz
external_llvm-b26f98fa1f098b527cc84ef7535fe84d89953c21.tar.bz2
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175371 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMSubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h
index f47555c..8ce22e1 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();