alpha.c (alpha_end_function): Do not clear crtl->emit structure and free insn locator...
authorUros Bizjak <uros@gcc.gnu.org>
Thu, 20 Aug 2009 10:40:44 +0000 (12:40 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 20 Aug 2009 10:40:44 +0000 (12:40 +0200)
commit7e9f2c0f33077da3428c2a9df0b768c3f54b7b4b
tree953bdeab128b5e37ddccef47b04d61cc81fba177
parenta15afcc6f2321d98b581a2afe8dce237549d754a
alpha.c (alpha_end_function): Do not clear crtl->emit structure and free insn locators if...

* config/alpha/alpha.c (alpha_end_function): Do not clear
crtl->emit structure and free insn locators if cfun->is_thunk is true,
this is now handled in generic code.

From-SVN: r150959
gcc/ChangeLog
gcc/config/alpha/alpha.c