* doc/rtl.texi (SUBREG): Adjust BYTENUM value in example.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 14 Nov 2004 23:38:04 +0000 (00:38 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 14 Nov 2004 23:38:04 +0000 (23:38 +0000)
From-SVN: r90639

gcc/ChangeLog
gcc/doc/rtl.texi

index e9333a322cc612aeb1229c970b9bb51e95f72b13..84cd2b0d38df51775fba3b25d5d3d9eb09dcdb77 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-14  Eric Botcazou <ebotcazou@libertysurf.fr>
+
+       * doc/rtl.texi (SUBREG): Adjust BYTENUM value.
+
 2004-11-14  Kazu Hirata  <kazu@cs.umass.edu>
 
        * cfgrtl.c, global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c,
index 869570b11c225eb42367159c560b29f58e203d04..0672d03a6c43af76c8c0b484755ad3625407f515 100644 (file)
@@ -1602,7 +1602,7 @@ It is also not valid to access a single word of a multi-word value in a
 hard register when less registers can hold the value than would be
 expected from its size.  For example, some 32-bit machines have
 floating-point registers that can hold an entire @code{DFmode} value.
-If register 10 were such a register @code{(subreg:SI (reg:DF 10) 1)}
+If register 10 were such a register @code{(subreg:SI (reg:DF 10) 4)}
 would be invalid because there is no way to convert that reference to
 a single machine register.  The reload pass prevents @code{subreg}
 expressions such as these from being formed.