diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index e2c548db2fa..d6e666cee12 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -108,8 +108,8 @@ Boston, MA 02111-1307, USA. */ register usage: reg_n_refs, reg_n_deaths, reg_n_sets, reg_live_length, reg_n_calls_crosses and reg_basic_block. */ -#include <stdio.h> #include "config.h" +#include <stdio.h> #include "rtl.h" #include "basic-block.h" #include "insn-config.h" @@ -2616,6 +2616,9 @@ mark_used_regs (needed, live, x, final, insn) ) SET_REGNO_REG_SET (live, i); break; + + default: + break; } /* Recursively scan the operands of this expression. */ |