GlobalISel: Use correct calling convention in handleAssignments
This was using the calling convention of the calling function, not the callee. Avoids regressions in a future patch.
Loading
Please sign in to comment
This was using the calling convention of the calling function, not the callee. Avoids regressions in a future patch.