diff options
author | Jim Laskey <jlaskey@mac.com> | 2005-10-26 18:07:50 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2005-10-26 18:07:50 +0000 |
commit | 2cbc207c76f10716b61c466f56b5b9fccbb80f4e (patch) | |
tree | 5cb6fb41a21e7c051c87b22b88a690f07cc2bf30 /lib/Target/Alpha/AlphaSubtarget.h | |
parent | 85fd97dc8810ac16197594304f9f985a13466d19 (diff) | |
download | external_llvm-2cbc207c76f10716b61c466f56b5b9fccbb80f4e.zip external_llvm-2cbc207c76f10716b61c466f56b5b9fccbb80f4e.tar.gz external_llvm-2cbc207c76f10716b61c466f56b5b9fccbb80f4e.tar.bz2 |
Typo made worse x 2 - take 2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24018 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaSubtarget.h')
-rw-r--r-- | lib/Target/Alpha/AlphaSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaSubtarget.h b/lib/Target/Alpha/AlphaSubtarget.h index 4406b62..ea61ec7 100644 --- a/lib/Target/Alpha/AlphaSubtarget.h +++ b/lib/Target/Alpha/AlphaSubtarget.h @@ -35,7 +35,7 @@ public: AlphaSubtarget(const Module &M, const std::string &FS); /// ParseSubtargetFeatures - Parses features string setting specified - /// subtarget options. Definition of function is into generated by tblgen. + /// subtarget options. Definition of function is auto generated by tblgen. void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU); bool hasF2I() const { return HasF2I; } |