diff options
Diffstat (limited to 'gcc/web.c')
-rw-r--r-- | gcc/web.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/web.c b/gcc/web.c index 01b54254450..26835116172 100644 --- a/gcc/web.c +++ b/gcc/web.c @@ -202,7 +202,6 @@ entry_register (struct web_entry *entry, struct ref *ref, char *used) REG_USERVAR_P (newreg) = REG_USERVAR_P (reg); REG_POINTER (newreg) = REG_POINTER (reg); REG_LOOP_TEST_P (newreg) = REG_LOOP_TEST_P (reg); - RTX_UNCHANGING_P (newreg) = RTX_UNCHANGING_P (reg); REG_ATTRS (newreg) = REG_ATTRS (reg); if (dump_file) fprintf (dump_file, "Web oldreg=%i newreg=%i\n", REGNO (reg), |