diff options
Diffstat (limited to 'gcc/conflict.c')
-rw-r--r-- | gcc/conflict.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/conflict.c b/gcc/conflict.c index ca9dd95eb2b..ebb40566b42 100644 --- a/gcc/conflict.c +++ b/gcc/conflict.c @@ -439,8 +439,8 @@ conflict_graph_compute (regset regs, partition p) insn = BB_END (bb); for (insn = BB_END (bb); insn != head; insn = PREV_INSN (insn)) { - int born_reg; - int live_reg; + unsigned born_reg; + unsigned live_reg; rtx link; /* Are we interested in this insn? */ |