From 3fe44edd4b33fc7b64ad4ca72a1a9aa4fabf1ca3 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 31 Jan 2001 09:44:15 -0500 Subject: [PATCH] Upate comment From-SVN: r39376 --- gcc/expr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/expr.c b/gcc/expr.c index 1c28626ec1f..a76fb5eeffd 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -5419,10 +5419,10 @@ get_memory_usage_from_modifier (modifier) } } -/* 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. +/* Given an rtx VALUE that may contain additions and multiplications, return + an equivalent value that just refers to a register, memory, or constant. + This is done by generating instructions to perform the arithmetic and + returning a pseudo-register containing the value. The returned value may be a REG, SUBREG, MEM or constant. */ -- 2.30.2