emit-rtl.c (gen_rtx_REG): Always return the same rtx for PIC_OFFSET_TABLE_REGNUM.
authorSteve Ellcey <sje@cup.hp.com>
Sat, 26 Jan 2002 01:29:55 +0000 (01:29 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 26 Jan 2002 01:29:55 +0000 (17:29 -0800)
commit751551d5c6134b8297e3862e27b332e7d3399f41
tree6aa867f5807baac857b6241361735f56eb71ed58
parente564e618054d9ea66778a4b7265da0f66e426104
emit-rtl.c (gen_rtx_REG): Always return the same rtx for PIC_OFFSET_TABLE_REGNUM.

        * emit-rtl.c (gen_rtx_REG): Always return the same rtx
        for PIC_OFFSET_TABLE_REGNUM.
        (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.

From-SVN: r49234
gcc/ChangeLog
gcc/emit-rtl.c