From b26f98fa1f098b527cc84ef7535fe84d89953c21 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Sat, 16 Feb 2013 19:14:59 +0000 Subject: [PATCH 1/1] Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175371 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMSubtarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h index f47555c0350..8ce22e1de2c 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(); -- 2.34.1