diff options
| author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-02 10:54:32 +0000 |
|---|---|---|
| committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-02 10:54:32 +0000 |
| commit | 78ccc5b4d6b58cfe1056c9ba6d5a567b008108e7 (patch) | |
| tree | 5723d0b240b51f0e8597e08213b24ab8dc331773 /gcc/expr.c | |
| parent | be275a4aaf0ca641f25c00464eced1c89666f637 (diff) | |
| download | ppe42-gcc-78ccc5b4d6b58cfe1056c9ba6d5a567b008108e7.tar.gz ppe42-gcc-78ccc5b4d6b58cfe1056c9ba6d5a567b008108e7.zip | |
Fix typo in comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
| -rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index 3dd919e6799..5e8b5b70154 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -7008,7 +7008,7 @@ expand_expr (exp, target, tmode, modifier) { rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0); - /* If this object is in memory, put it into a register. + /* If this object is in a register, put it into memory. This case can't occur in C, but can in Ada if we have unchecked conversion of an expression from a scalar type to an array or record type. */ |

