diff options
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 1edff2d..9651c9e 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -50,7 +50,7 @@ struct tree_opt_pass struct tree_opt_pass *next; /* Static pass number, used as a fragment of the dump file name. */ - unsigned int static_pass_number; + int static_pass_number; /* The timevar id associated with this pass. */ /* ??? Ideally would be dynamically assigned. */ |