(schedule_block): Copy RTX_INTEGRATE_P bit when create a new note.

From-SVN: r10975
This commit is contained in:
Jim Wilson 1996-01-14 15:59:52 -08:00
parent f395cd861e
commit d6837949c3

View 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)