summaryrefslogtreecommitdiff
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 2c2138a9199..d4778337951 100644
--- a/gcc/domwalk.h
+++ b/gcc/domwalk.h
@@ -38,7 +38,7 @@ struct dom_walk_data
to use the second statement walker for anything, so it's hard to
predict if we really need the ability to select their direction
independently. */
- bool walk_stmts_backward : 1;
+ BOOL_BITFIELD walk_stmts_backward : 1;
/* Function to initialize block local data.