diff options
Diffstat (limited to 'gcc/gimple-lower-bitint.h')
-rw-r--r-- | gcc/gimple-lower-bitint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-lower-bitint.h b/gcc/gimple-lower-bitint.h index 8662c4b..4798484 100644 --- a/gcc/gimple-lower-bitint.h +++ b/gcc/gimple-lower-bitint.h @@ -26,6 +26,7 @@ extern void build_bitint_stmt_ssa_conflicts (gimple *, live_track *, ssa_conflicts *, bitmap, void (*) (live_track *, tree, ssa_conflicts *), + void (*) (live_track *, tree), void (*) (live_track *, tree)); #endif /* GCC_GIMPLE_LOWER_BITINT_H */ |