Upate comment
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 31 Jan 2001 14:44:15 +0000 (09:44 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 31 Jan 2001 14:44:15 +0000 (09:44 -0500)
From-SVN: r39376

gcc/expr.c

index 1c28626ec1f486139990dffe7620019143d08422..a76fb5eeffd435b59d83ff14bf2595f4073dd121 100644 (file)
@@ -5419,10 +5419,10 @@ get_memory_usage_from_modifier (modifier)
     }
 }
 \f
-/* 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.  */