(force_operand): Clarify comment to say what it can return.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 20 Oct 1992 10:49:30 +0000 (06:49 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 20 Oct 1992 10:49:30 +0000 (06:49 -0400)
From-SVN: r2526

gcc/expr.c

index 7f062ede82d3eab511d4a30a50a989546479d265..632c3505b7549ce89f7f257aca83ce29bdd53c49 100644 (file)
@@ -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)