On 09/25/2015 04:16 PM, Segher Boessenkool wrote:
v2 changes:
- Add a file header comment;
- Use "for" loop initial declarations;
- Handle asm goto.
Testing this on x86_64-linux; okay if it succeeds?
No objections from me. Let's give Steven another day or so to comment.
Bernd
On Fri, Sep 25, 2015 at 10:59:37AM -0500, Peter Bergner wrote:
> On Fri, 2015-09-25 at 09:16 -0500, Segher Boessenkool wrote:
> > (reorder_basic_blocks): Choose between the STC and the simple
> > algorithms (always choose the former).
> [snip]
> @@ -2274,7 +2444,10 @@ reorder_basic_blocks (
On Fri, 2015-09-25 at 09:16 -0500, Segher Boessenkool wrote:
> (reorder_basic_blocks): Choose between the STC and the simple
> algorithms (always choose the former).
[snip]
@@ -2274,7 +2444,10 @@ reorder_basic_blocks (void)
>set_edge_can_fallthru_flag ();
>mark_dfs_back_edges ()
v2 changes:
- Add a file header comment;
- Use "for" loop initial declarations;
- Handle asm goto.
Testing this on x86_64-linux; okay if it succeeds?
Segher
2015-09-99 Segher Boessenkool
* bb-reorder.c: Add intro comment.
(reorder_basic_blocks_software_trace_cache): Print