diff options
Diffstat (limited to 'gcc/flow.c')
| -rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index 784d21dc7c5..ba1b99c23f9 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -3773,7 +3773,7 @@ static void mark_regs_live_at_end (set) regset set; { - int i; + unsigned int i; /* If exiting needs the right stack value, consider the stack pointer live at the end of the function. */ |

