projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be128cd
)
Fix typo in comment
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 2 Jun 2001 10:54:32 +0000
(06:54 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 2 Jun 2001 10:54:32 +0000
(06:54 -0400)
From-SVN: r42794
gcc/expr.c
patch
|
blob
|
history
diff --git
a/gcc/expr.c
b/gcc/expr.c
index 3dd919e679978479a6f804a26010bcf5605567e0..5e8b5b70154576021032bd16e98e8778361c1076 100644
(file)
--- 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. */