Skip to content

target: Fix order of Const application for temporary declarations

Lawrence Mitchell requested to merge wence-/loopy:wence/fix/cgen-order into master

A recent bugfix in cgen exposed incorrect usage here. We should ask for Const(ArrayOf(POD)), not ArrayOf(Const(POD)).

Fixes #197

Merge request reports

Loading