mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 05:18:55 +08:00
* expr.c (store_expr): Fix typo.
From-SVN: r34428
This commit is contained in:
parent
a60369f0fe
commit
051ffad528
@ -1,3 +1,7 @@
|
||||
2000-06-06 Jason Merrill <jason@casey.soma.redhat.com>
|
||||
|
||||
* expr.c (store_expr): Fix typo.
|
||||
|
||||
2000-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* m68k.c (legitimize_pic_address): Move prototype ...
|
||||
|
@ -4023,7 +4023,7 @@ store_expr (exp, target, want_value)
|
||||
GEN_INT (MEMORY_USE_WO),
|
||||
TYPE_MODE (integer_type_node));
|
||||
in_check_memory_usage = 0;
|
||||
clear_storage (target, size, align);
|
||||
clear_storage (dest, size, align);
|
||||
}
|
||||
|
||||
if (label)
|
||||
|
Loading…
Reference in New Issue
Block a user