PR target/16559
* ia64.c (ia64_expand_load_address): For CONST, replace
gen_load_symptr call with recursive call.
From-SVN: r85094
+2004-07-23 James E Wilson <wilson@specifixinc.com>
+
+ PR target/16559
+ * ia64.c (ia64_expand_load_address): For CONST, replace
+ gen_load_symptr call with recursive call.
+
2004-07-17 Eric Botcazou <ebotcazou@libertysurf.fr>
Backport from mainline:
if (! scratch)
scratch = no_new_pseudos ? subtarget : gen_reg_rtx (DImode);
- emit_insn (gen_load_symptr (subtarget, plus_constant (sym, hi),
- scratch));
+ ia64_expand_load_address (subtarget, plus_constant (sym, hi), scratch);
emit_insn (gen_adddi3 (temp, subtarget, GEN_INT (lo)));
}
else