Skip to content

PPC NCG: Refactor stack allocation code

Peter Trommler requested to merge ppc-update-sp into master

There is only one place where UPDATE_SP was used. Instead of emitting the UPDATE_SP pseudo instruction and pretty printing the instruction sequence emit the list of instructions directly.

Edited by Peter Trommler

Merge request reports