* doc/md.texi (Insn Lengths): Fix description of (pc).
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 11 Dec 2014 22:37:56 +0000 (22:37 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 11 Dec 2014 22:37:56 +0000 (22:37 +0000)
From-SVN: r218642

gcc/ChangeLog
gcc/doc/md.texi

index c0de7443afc734449f9334b0047dc40a50d56a77..bf3fb8540322f754297b2659d7999d5d3408a788 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * doc/md.texi (Insn Lengths): Fix description of (pc).
+
 2014-12-11  Jan Hubicka  <hubicka@ucw.cz>
 
        PR ipa/61324
index 1c70a77399ab22cc727fd406cabde4b4cce5e49e..f2dcac95f981296746b2d34926c08e7216373fc5 100644 (file)
@@ -8330,9 +8330,9 @@ must be a @code{label_ref}.
 
 @cindex @code{pc} and attributes
 @item (pc)
-This refers to the address of the @emph{current} insn.  It might have
-been more consistent with other usage to make this the address of the
-@emph{next} insn but this would be confusing because the length of the
+For non-branch instructions and backward branch instructions, this refers
+to the address of the current insn.  But for forward branch instructions,
+this refers to the address of the next insn, because the length of the
 current insn is to be computed.
 @end table