[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaSubtarget.h
Jim Laskey
jlaskey at apple.com
Wed Oct 26 11:08:02 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaSubtarget.h updated: 1.3 -> 1.4
---
Log message:
Typo made worse x 2 - take 2.
---
Diffs of the changes: (+1 -1)
AlphaSubtarget.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaSubtarget.h
diff -u llvm/lib/Target/Alpha/AlphaSubtarget.h:1.3 llvm/lib/Target/Alpha/AlphaSubtarget.h:1.4
--- llvm/lib/Target/Alpha/AlphaSubtarget.h:1.3 Wed Oct 26 12:50:22 2005
+++ llvm/lib/Target/Alpha/AlphaSubtarget.h Wed Oct 26 13:07:50 2005
@@ -35,7 +35,7 @@
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; }
More information about the llvm-commits
mailing list