mirror of git://gcc.gnu.org/git/gcc.git
parent
5675294bcb
commit
638db43e75
|
@ -1,3 +1,7 @@
|
|||
2003-05-09 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* config/xtensa/xtensa.c: Formatting.
|
||||
|
||||
2003-05-09 Diego Novillo <dnovillo@redhat.com>
|
||||
|
||||
* tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
|
||||
|
|
|
@ -1285,7 +1285,7 @@ xtensa_emit_move_sequence (operands, mode)
|
|||
}
|
||||
|
||||
/* During reload we don't want to emit (subreg:X (mem:Y)) since that
|
||||
instruction won't be recognized after reload. So we remove the
|
||||
instruction won't be recognized after reload, so we remove the
|
||||
subreg and adjust mem accordingly. */
|
||||
if (reload_in_progress)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue