]> gcc.gnu.org Git - gcc.git/commit - gcc/hard-reg-set.h
loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.
authorJan Hubicka <jh@suse.cz>
Fri, 31 Jan 2003 23:34:17 +0000 (00:34 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 31 Jan 2003 23:34:17 +0000 (23:34 +0000)
commitb0c42aed3116a712a4c4da3ec2f124c542271f18
tree138fc4b6ba88f9caad65f412fbe421e92fc1dcf1
parent1f61a15d9e3cde5dbe910c23b045f300d03f3c6f
loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.

* loop.c (emit_prefetch_instructions):  Do conversion at right place in
RTL chain.

* combine.c (simplify_set): Reverse order of ragumetns to
REG_CANNOT_CHANGE_MODE_P
* df.c (df_def_record_1): Likewise.
* recog.c (register_operand): Likewise.
* simplify-rtx.c (simplify_subreg): Likewise.
* hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
CANNOT_CHANGE_MODE_CLASS.
* regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
Likewise.
* reload.c (push_reload): Likewise.
* alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
* ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
* mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
* mips-protos.h (mips_cannot_change_mode_class): Update prototype.
* mips.c (mips_cannot_change_mode_class): Update.
* pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
* rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
* s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
* sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
* sh-protos.h (sh_cannot_change_mode_class): Update prototype.
* sh.c (sh_cannot_change_mode_class): Update.
* i386.h (CANNOT_CHANGE_MODE_CLASS): New.
* tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.

From-SVN: r62212
23 files changed:
gcc/ChangeLog
gcc/combine.c
gcc/config/alpha/alpha.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/ia64/ia64.h
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/pa/pa64-regs.h
gcc/config/rs6000/rs6000.h
gcc/config/s390/s390.h
gcc/config/sh/sh-protos.h
gcc/config/sh/sh.c
gcc/config/sh/sh.h
gcc/df.c
gcc/doc/tm.texi
gcc/hard-reg-set.h
gcc/loop.c
gcc/recog.c
gcc/regclass.c
gcc/reload.c
gcc/simplify-rtx.c
This page took 0.060995 seconds and 5 git commands to generate.