From c4f1a887e7b69e798385fe6ff30b38797e9147a8 Mon Sep 17 00:00:00 2001 From: kenner Date: Tue, 20 Oct 1992 10:49:30 +0000 Subject: [PATCH] (force_operand): Clarify comment to say what it can return. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2526 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/expr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/expr.c b/gcc/expr.c index 7f062ede82d..632c3505b75 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) -- 2.11.0