(schedule_block): Copy RTX_INTEGRATE_P bit when create a new note.
From-SVN: r10975
This commit is contained in:
parent
f395cd861e
commit
d6837949c3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user