target: Fix order of Const application for temporary declarations
A recent bugfix in cgen exposed incorrect usage here. We should ask for Const(ArrayOf(POD)), not ArrayOf(Const(POD)).
Loading
Please register or sign in to comment
A recent bugfix in cgen exposed incorrect usage here. We should ask for Const(ArrayOf(POD)), not ArrayOf(Const(POD)).