Revert:
2009-08-18 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.c (alpha_output_mi_thunk_osf): Allocate insn
locators before emit_insn is called.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151441
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-09-04 Uros Bizjak <ubizjak@gmail.com>
+
+ Revert:
+ 2009-08-18 Uros Bizjak <ubizjak@gmail.com>
+
+ * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Allocate insn
+ locators before emit_insn is called.
+
2009-09-04 Vladimir Makarov <vmakarov@redhat.com>
PR bootstrap/41241
HOST_WIDE_INT hi, lo;
rtx this_rtx, insn, funexp;
- insn_locators_alloc ();
-
/* We always require a valid GP. */
emit_insn (gen_prologue_ldgp ());
emit_note (NOTE_INSN_PROLOGUE_END);
instruction scheduling worth while. Note that use_thunk calls
assemble_start_function and assemble_end_function. */
insn = get_insns ();
+ insn_locators_alloc ();
shorten_branches (insn);
final_start_function (insn, file, 1);
final (insn, file, 1);