Changes in directory llvm/lib/Target/Alpha:
AlphaSubtarget.h updated: 1.2 -> 1.3 --- Log message: Typo x 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.2 llvm/lib/Target/Alpha/AlphaSubtarget.h:1.3 --- llvm/lib/Target/Alpha/AlphaSubtarget.h:1.2 Wed Oct 26 12:30:34 2005 +++ llvm/lib/Target/Alpha/AlphaSubtarget.h Wed Oct 26 12:50:22 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 usto generated by tblgen. + /// subtarget options. Definition of function is into generated by tblgen. void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU); bool hasF2I() const { return HasF2I; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits