On 07/11/14 13:36, Richard Henderson wrote:
On 11/07/2014 01:02 PM, Ramana Radhakrishnan wrote:+ *cost = COSTS_N_INSNS (aarch64_internal_mov_immediate + (gen_rtx_REG (mode, 0), x, false)); }Can't you pass NULL for the register when generate is false?
True, that would work as well. Should have thought of that. regards Ramana
r~