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 | b2603ede953f5155a0e00cf537c213482264d99e (patch) | |
| tree | 221606a56faa3c347c67629b18c8fc086239fe32 /llvm/lib | |
| parent | 45e7d53cf443dca413b16246cb5b9e4f4d3a328d (diff) | |
| download | bcm5719-llvm-b2603ede953f5155a0e00cf537c213482264d99e.tar.gz bcm5719-llvm-b2603ede953f5155a0e00cf537c213482264d99e.zip | |
Typo
llvm-svn: 175371
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h index f47555c0350..8ce22e1de2c 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.h +++ b/llvm/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(); |

