diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1494,7 +1494,7 @@ find_regno_partial (rtx *ptr, void *data) registers whose value is unknown, and may contain some kind of sticky bits we don't want. */ -int +static int initialize_uninitialized_subregs (void) { rtx insn; |