diff options
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
-rw-r--r-- | gcc/tree-ssa-threadupdate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c index 8e08ae2..e30ddd8 100644 --- a/gcc/tree-ssa-threadupdate.c +++ b/gcc/tree-ssa-threadupdate.c @@ -235,12 +235,12 @@ struct ssa_local_info_t and sharing a template for that block is considerably more difficult. */ basic_block template_block; - /* TRUE if we thread one or more jumps, FALSE otherwise. */ - bool jumps_threaded; - /* Blocks duplicated for the thread. */ bitmap duplicate_blocks; + /* TRUE if we thread one or more jumps, FALSE otherwise. */ + bool jumps_threaded; + /* When we have multiple paths through a joiner which reach different final destinations, then we may need to correct for potential profile insanities. */ |