(schedule_block): Copy RTX_INTEGRATE_P bit when create a new note.
authorJim Wilson <wilson@gcc.gnu.org>
Sun, 14 Jan 1996 23:59:52 +0000 (15:59 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 14 Jan 1996 23:59:52 +0000 (15:59 -0800)
From-SVN: r10975

gcc/sched.c

index dd194e6b94bb8e6bf7869438aad57864a2ed034e..3651fa2f0ca1dcda923ac0734e52268132d36c54 100644 (file)
@@ -4066,6 +4066,7 @@ schedule_block (b, file)
                notes++;
                new = emit_note_after (NOTE_LINE_NUMBER (note), prev);
                NOTE_SOURCE_FILE (new) = NOTE_SOURCE_FILE (note);
+               RTX_INTEGRATED_P (new) = RTX_INTEGRATED_P (note);
              }
          }
       if (file && notes)