aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/doc/md.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/doc/md.texi')
-rw-r--r--gcc-4.9/gcc/doc/md.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc-4.9/gcc/doc/md.texi b/gcc-4.9/gcc/doc/md.texi
index 60ca79986..b210655f2 100644
--- a/gcc-4.9/gcc/doc/md.texi
+++ b/gcc-4.9/gcc/doc/md.texi
@@ -8418,9 +8418,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