ack/util/ego/cf/cf_succ.h

17 lines
438 B
C
Raw Permalink Normal View History

1994-06-24 11:31:16 +00:00
/* $Id$ */
1987-03-09 19:15:41 +00:00
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1984-11-26 13:43:22 +00:00
/* C O N T R O L F L O W
*
* S U C C E S S O R / P R E D E C E S S O R R E L A T I O N S
*/
void control_flow(bblock_p head);
/*
1984-11-26 13:43:22 +00:00
* Compute for every basic block
* its successors and predecessors
* in the control flow graph.
*/