diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 9149c12..f71cd4d 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -348,6 +348,11 @@ static rtx true_rtx, false_rtx; static char *alternative_name; +/* Indicate that REG_DEAD notes are valid if dead_or_set_p is ever + called. */ + +int reload_completed = 0; + /* Simplify an expression. Only call the routine if there is something to simplify. */ #define SIMPLIFY_TEST_EXP(EXP,INSN_CODE,INSN_INDEX) \ |