(force_operand): Clarify comment to say what it can return.
From-SVN: r2526
This commit is contained in:
parent
86a2c12a2b
commit
c45a13a68d
@ -2911,7 +2911,9 @@ get_inner_reference (exp, pbitsize, pbitpos, poffset, pmode, punsignedp, pvolati
|
|||||||
/* Given an rtx VALUE that may contain additions and multiplications,
|
/* Given an rtx VALUE that may contain additions and multiplications,
|
||||||
return an equivalent value that just refers to a register or memory.
|
return an equivalent value that just refers to a register or memory.
|
||||||
This is done by generating instructions to perform the arithmetic
|
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
|
rtx
|
||||||
force_operand (value, target)
|
force_operand (value, target)
|
||||||
|
Loading…
Reference in New Issue
Block a user