diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-09 12:32:51 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-09 12:32:51 +0000 |
commit | 2f49e3cba18e41a18540499fae35c0f174372d5d (patch) | |
tree | cfba3b22d3fe5e96fa1b922bbad1987e98e1014f /gcc/config/sh/sh.c | |
parent | 1efada60e16e3b34666104587078a833935fd818 (diff) | |
download | ppe42-gcc-2f49e3cba18e41a18540499fae35c0f174372d5d.tar.gz ppe42-gcc-2f49e3cba18e41a18540499fae35c0f174372d5d.zip |
* sh.c (gen_block_redirect): Use locators.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67660 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh/sh.c')
-rw-r--r-- | gcc/config/sh/sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 90bee49dec0..78d9ed7596b 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -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; } |