diff options
Diffstat (limited to 'gcc/tracer.c')
-rw-r--r-- | gcc/tracer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tracer.c b/gcc/tracer.c index c0fbe21..970b5f4 100644 --- a/gcc/tracer.c +++ b/gcc/tracer.c @@ -65,7 +65,7 @@ static int branch_ratio_cutoff; #define seen(bb) (RBI (bb)->visited || RBI (bb)->next) -/* Return true if we should ignore the basic block for purposes of tracing. */ +/* Return true if we should ignore the basic block for purposes of tracing. */ static bool ignore_bb_p (bb) basic_block bb; |