(save_for_inline_copying, case NOTE): Copy RTX_INTEGRATED_P bit.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 15 Jan 1996 00:57:18 +0000 (16:57 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 15 Jan 1996 00:57:18 +0000 (16:57 -0800)
From-SVN: r10976

gcc/integrate.c

index 77e4676..b3ecef5 100644 (file)
@@ -557,6 +557,7 @@ save_for_inline_copying (fndecl)
              NOTE_SOURCE_FILE (insn) = (char *) copy;
              NOTE_SOURCE_FILE (copy) = 0;
            }
+         RTX_INTEGRATED_P (copy) = RTX_INTEGRATED_P (insn);
          break;
 
        case INSN: