toplev.c (dump_file_tbl): Rename from dump_file.
authorRichard Henderson <rth@redhat.com>
Tue, 24 Feb 2004 23:40:03 +0000 (15:40 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 24 Feb 2004 23:40:03 +0000 (15:40 -0800)
commitc263766cf3464e48e71481bf46ba6f5886d64433
treed6106abaa59ec697ae2e96cb33c733be39b7abe0
parentdba2921d5284680567f321495a89e65c3b06e80e
toplev.c (dump_file_tbl): Rename from dump_file.

        * toplev.c (dump_file_tbl): Rename from dump_file.
        * bb-reorder.c, bt-load.c, cfgcleanup.c, cfglayout.c, cfgloopanal.c,
        cfgloopmanip.c, cfgrtl.c, config/arm/arm.c, config/frv/frv.c,
        config/i386/i386.c, config/ia64/ia64.c, config/mips/mips.c,
        config/sh/sh.c, cse.c, flow.c, ifcvt.c, loop-iv.c, loop-unroll.c,
        loop-unswitch.c, output.h, predict.c, profile.c, ra-build.c,
        ra-colorize.c, ra-debug.c, ra-rewrite.c, ra.c, regrename.c, reload1.c,
        toplev.c, tracer.c, value-prof.c, var-tracking.c, web.c:
        s/rtl_dump_file/dump_file/g.

From-SVN: r78399
35 files changed:
gcc/ChangeLog
gcc/bb-reorder.c
gcc/bt-load.c
gcc/cfgcleanup.c
gcc/cfglayout.c
gcc/cfgloopanal.c
gcc/cfgloopmanip.c
gcc/cfgrtl.c
gcc/config/arm/arm.c
gcc/config/frv/frv.c
gcc/config/i386/i386.c
gcc/config/ia64/ia64.c
gcc/config/mips/mips.c
gcc/config/sh/sh.c
gcc/cse.c
gcc/flow.c
gcc/ifcvt.c
gcc/loop-iv.c
gcc/loop-unroll.c
gcc/loop-unswitch.c
gcc/output.h
gcc/predict.c
gcc/profile.c
gcc/ra-build.c
gcc/ra-colorize.c
gcc/ra-debug.c
gcc/ra-rewrite.c
gcc/ra.c
gcc/regrename.c
gcc/reload1.c
gcc/toplev.c
gcc/tracer.c
gcc/value-prof.c
gcc/var-tracking.c
gcc/web.c