Allow the specification of explicit alignments for constant pool entries.
[oota-llvm.git] / lib / Target / Alpha / AlphaSubtarget.h
index 4406b623e07d3c1bf217cee707c0d96afbf1b5aa..ea61ec7ef0ac0dd0e8281e7d041b7d49e3ce09b6 100644 (file)
@@ -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; }