diff options
Diffstat (limited to 'gcc/loop-unroll.c')
-rw-r--r-- | gcc/loop-unroll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index e2b6add..5feaa8c 100644 --- a/gcc/loop-unroll.c +++ b/gcc/loop-unroll.c @@ -191,7 +191,7 @@ static rtx get_expansion (struct var_to_expand *); static void report_unroll (struct loop *loop, location_t locus) { - dump_flags_t report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_RTL | TDF_DETAILS; + dump_flags_t report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_DETAILS; if (loop->lpt_decision.decision == LPT_NONE) return; @@ -223,7 +223,7 @@ decide_unrolling (int flags) location_t locus = get_loop_location (loop); if (dump_enabled_p ()) - dump_printf_loc (TDF_RTL, locus, + dump_printf_loc (MSG_NOTE, locus, ";; *** Considering loop %d at BB %d for " "unrolling ***\n", loop->num, loop->header->index); |