Commit 1c3f2e00 by Jim Wilson

(save_for_inline_copying, case NOTE): Copy RTX_INTEGRATED_P bit.

From-SVN: r10976
parent d6837949
...@@ -557,6 +557,7 @@ save_for_inline_copying (fndecl) ...@@ -557,6 +557,7 @@ save_for_inline_copying (fndecl)
NOTE_SOURCE_FILE (insn) = (char *) copy; NOTE_SOURCE_FILE (insn) = (char *) copy;
NOTE_SOURCE_FILE (copy) = 0; NOTE_SOURCE_FILE (copy) = 0;
} }
RTX_INTEGRATED_P (copy) = RTX_INTEGRATED_P (insn);
break; break;
case INSN: case INSN:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment