]> gcc.gnu.org Git - gcc.git/commit
basic-block.h (basic_block_head): Rename to x_basic_block_head.
authorRichard Henderson <rth@cygnus.com>
Mon, 11 Jan 1999 22:37:20 +0000 (14:37 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 11 Jan 1999 22:37:20 +0000 (14:37 -0800)
commit3b413743e0719ecca26e5f5426b6baa837e0a13b
tree30a7e0f87a7c337abe0059287db7fcfd192c14ae
parentf0974237d4c4f761f5073cfd93583a571651ba76
basic-block.h (basic_block_head): Rename to x_basic_block_head.

        * basic-block.h (basic_block_head): Rename to x_basic_block_head.
        (basic_block_end): Rename to x_basic_block_end.
        (BLOCK_HEAD, BLOCK_END): Update.
        * caller-save.c: Change basic_block_head/end references to
        BLOCK_HEAD/END.
        * combine.c, flow.c, function.c, gcse.c, global.c: Likewise.
        * graph.c, haifa-sched.c, local-alloc.c, regclass.c: Likewise.
        * regmove.c, reload1.c, reorg.c, sched.c: Likewise.

From-SVN: r24622
16 files changed:
gcc/ChangeLog
gcc/basic-block.h
gcc/caller-save.c
gcc/combine.c
gcc/flow.c
gcc/function.c
gcc/gcse.c
gcc/global.c
gcc/graph.c
gcc/haifa-sched.c
gcc/local-alloc.c
gcc/regclass.c
gcc/regmove.c
gcc/reload1.c
gcc/reorg.c
gcc/sched.c
This page took 0.064473 seconds and 5 git commands to generate.