OSDN Git Service

* simplify-rtx.c (simplify_ternary_operation): Use
[pf3gnuchains/gcc-fork.git] / gcc / web.c
index 01b5425..97ac74f 100644 (file)
--- a/gcc/web.c
+++ b/gcc/web.c
@@ -201,8 +201,6 @@ entry_register (struct web_entry *entry, struct ref *ref, char *used)
       newreg = gen_reg_rtx (GET_MODE (reg));
       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),