aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-03-05 22:31:51 +0000
committerJeff Law <law@gcc.gnu.org>1998-03-05 15:31:51 -0700
commit5ece974606452372382c845ae9ca7409a0872efd (patch)
tree9ef4d5713c467e16c7dd8a641a16cbbcaabda731 /gcc/final.c
parentac9b3c970ec8bcc697d641e44e194ca99e65bf47 (diff)
downloadgcc-5ece974606452372382c845ae9ca7409a0872efd.zip
gcc-5ece974606452372382c845ae9ca7409a0872efd.tar.gz
gcc-5ece974606452372382c845ae9ca7409a0872efd.tar.bz2
haifa-sched.c (build_jmp_edges): Delete dead function.
* haifa-sched.c (build_jmp_edges): Delete dead function. (build_control_flow): Use cfg routines from flow.c (schedule_insns): Remove debugging code accidentally checked in earlier today. * basic-block.h: Add external integer list structures, typdefs, accessor macros and function declarations. Simlarly for basic block pred/succ support and simple bitmap stuff. * flow.c: Add functions for integer list, basic block pred/succ support and simple bitmap support. (compute_dominators): New function to compute dominators and post dominators. (find_basic_blocks): Split into two functions. (life_analysis): Likewise. (flow_analysis): Removed. Now handled by calling find_basic_blocks, the life_analysis from toplev.c * toplev.c (rest_of_compilation): Call find_basic_blocks, then life_analysis instead of flow_analysis. Co-Authored-By: Doug Evans <devans@cygnus.com> From-SVN: r18421
Diffstat (limited to 'gcc/final.c')
0 files changed, 0 insertions, 0 deletions