* sh.c (gen_block_redirect): Use locators.

From-SVN: r67660
This commit is contained in:
J"orn Rennecke 2003-06-09 12:32:51 +00:00 committed by Joern Rennecke
parent c7d251ba2d
commit 86143cb4c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
* sh.c (gen_block_redirect): Use locators.
2003-06-09 Richard Earnshaw <rearnsha@arm.com>
* arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove

View File

@ -3466,7 +3466,7 @@ gen_block_redirect (jump, addr, need_block)
NOTE_INSN_BLOCK_END notes between the indirect_jump_scratch and
the jump. */
INSN_SCOPE (insn) = INSN_SCOPE (jump);
INSN_LOCATOR (insn) = INSN_LOCATOR (jump);
INSN_CODE (insn) = CODE_FOR_indirect_jump_scratch;
return insn;
}