aboutsummaryrefslogtreecommitdiff
path: root/gcc/domwalk.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/domwalk.h')
-rw-r--r--gcc/domwalk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/domwalk.h b/gcc/domwalk.h
index bbb9afc..4b9f70a 100644
--- a/gcc/domwalk.h
+++ b/gcc/domwalk.h
@@ -70,7 +70,7 @@ private:
and possibly incoming edges for the block. Typically called after
determining a block is unreachable in the before_dom_children
callback. */
- void propagate_unreachable_to_edges (basic_block, FILE *, int);
+ void propagate_unreachable_to_edges (basic_block, FILE *, dump_flags_t);
};