diff options
Diffstat (limited to 'gcc/domwalk.h')
-rw-r--r-- | gcc/domwalk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/domwalk.h b/gcc/domwalk.h index b8f31f57eac..fbf549bbd98 100644 --- a/gcc/domwalk.h +++ b/gcc/domwalk.h @@ -55,7 +55,7 @@ struct dom_walk_data /* Function to call before the statement walk occurring before the recursive walk of the dominator children. - This typically initializes an block local data and pushes that + This typically initializes a block local data and pushes that data onto BLOCK_DATA_STACK. */ void (*before_dom_children_before_stmts) (struct dom_walk_data *, basic_block); |