Upate comment

From-SVN: r39376
This commit is contained in:
Richard Kenner 2001-01-31 09:44:15 -05:00
parent 3cb95a7d5d
commit 3fe44edd4b
1 changed files with 4 additions and 4 deletions

View File

@ -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. */