Commit 3fe44edd by Richard Kenner

Upate comment

From-SVN: r39376
parent 3cb95a7d
...@@ -5419,10 +5419,10 @@ get_memory_usage_from_modifier (modifier) ...@@ -5419,10 +5419,10 @@ get_memory_usage_from_modifier (modifier)
} }
} }
/* Given an rtx VALUE that may contain additions and multiplications, /* Given an rtx VALUE that may contain additions and multiplications, return
return an equivalent value that just refers to a register or memory. an equivalent value that just refers to a register, memory, or constant.
This is done by generating instructions to perform the arithmetic This is done by generating instructions to perform the arithmetic and
and returning a pseudo-register containing the value. returning a pseudo-register containing the value.
The returned value may be a REG, SUBREG, MEM or constant. */ The returned value may be a REG, SUBREG, MEM or constant. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment