diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2001-01-31 09:44:15 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-01-31 09:44:15 -0500 |
commit | 3fe44edd4b33fc7b64ad4ca72a1a9aa4fabf1ca3 (patch) | |
tree | 28c2a1fbe8b0d8425d5d015ec77fa930d8a4c34d /gcc/expr.c | |
parent | 3cb95a7d5da8ef9dccaf2981bb9d005727014b5f (diff) | |
download | gcc-3fe44edd4b33fc7b64ad4ca72a1a9aa4fabf1ca3.zip gcc-3fe44edd4b33fc7b64ad4ca72a1a9aa4fabf1ca3.tar.gz gcc-3fe44edd4b33fc7b64ad4ca72a1a9aa4fabf1ca3.tar.bz2 |
Upate comment
From-SVN: r39376
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. */ |