]> git.ipfire.org Git - thirdparty/gcc.git/commit
emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM is a fixed register...
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Tue, 29 Jan 2002 00:45:55 +0000 (00:45 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 29 Jan 2002 00:45:55 +0000 (00:45 +0000)
commit2d67bd7be1d6a84cacc7e3e81edbbd2a28a1ecd7
tree14250d69bb7ca4ce0b44c6068676f6ad5414081b
parent5a852b3eb004a08ff70cad765ec6a740e3a9db31
emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM is a fixed register before returning...

* emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM
is a fixed register before returning pic_offset_table_rtx.
* loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
when PIC_OFFSET_TABLE_REG_CALL_CLOBBERED is defined.

From-SVN: r49304
gcc/ChangeLog
gcc/emit-rtl.c
gcc/loop.c