aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-10-20 06:49:30 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1992-10-20 06:49:30 -0400
commitc45a13a68d738240a94158d64598643e6ab0be94 (patch)
tree704cf916efffb5fe5b9ef0924d0fde5020651606
parent86a2c12a2b5df3baf3780ea4f7c1ad7099b47933 (diff)
downloadgcc-c45a13a68d738240a94158d64598643e6ab0be94.zip
gcc-c45a13a68d738240a94158d64598643e6ab0be94.tar.gz
gcc-c45a13a68d738240a94158d64598643e6ab0be94.tar.bz2
(force_operand): Clarify comment to say what it can return.
From-SVN: r2526
-rw-r--r--gcc/expr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 7f062ed..632c350 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -2911,7 +2911,9 @@ get_inner_reference (exp, pbitsize, pbitpos, poffset, pmode, punsignedp, pvolati
/* Given an rtx VALUE that may contain additions and multiplications,
return an equivalent value that just refers to a register or memory.
This is done by generating instructions to perform the arithmetic
- and returning a pseudo-register containing the value. */
+ and returning a pseudo-register containing the value.
+
+ The returned value may be a REG, SUBREG, MEM or constant. */
rtx
force_operand (value, target)