2008-09-05 Vladimir Makarov <vmakarov@redhat.com>
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 2008 00:44:13 +0000 (00:44 +0000)
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 2008 00:44:13 +0000 (00:44 +0000)
* doc/tm.texi (IRA_COVER_CLASSES): Fix a typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140053 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/tm.texi

index 85315b7..4606969 100644 (file)
@@ -1,4 +1,8 @@
-2008-09-04  Vladimir Makarov  <vmakarov@redhat.com>
+2008-09-05  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * doc/tm.texi (IRA_COVER_CLASSES): Fix a typo.
+
+2008-09-05  Vladimir Makarov  <vmakarov@redhat.com>
 
        * ira-color.c (ira_fast_allocation): Permit global allocno
        allocation.
index d6cdc5a..eba39cd 100644 (file)
@@ -2830,7 +2830,7 @@ as below:
 The macro defines cover classes for the Integrated Register Allocator
 (@acronym{IRA}).  Cover classes are a set of non-intersecting register
 classes covering all hard registers used for register allocation
-purposes.  If a move between two registers in the same cover class are
+purposes.  If a move between two registers in the same cover class is
 possible, it should be cheaper than a load or store of the registers.
 The macro value should be the initializer for an array of register
 class values, with @code{LIM_REG_CLASSES} used as the end marker.