From mboxrd@z Thu Jan 1 00:00:00 1970 From: meissner@cygnus.com To: amylaar@cygnus.co.uk, law@cygnus.com Cc: egcs@cygnus.com, jason@cygnus.com, tot@trema.com Subject: Re: Flow analysis confused by exception handling Date: Wed, 03 Dec 1997 04:36:00 -0000 Message-id: <199712031235.HAA21670@tweedledumb.cygnus.com> X-SW-Source: 1997-12/msg00172.html | The schedulers rely on basic_block_{head,end} do delimit basic block | boundaries. Similarly for most passes after flow. Just a reminder, this is true for the passes after flow and up to reload. Reload seriously damages the flow information (insns created by reload that are adjacent to basic blocks, won't be added to any basic block).