AArch64/GlobalISel: Fix using wrong calling convention for calls
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 28 Feb 2021 16:28:14 +0000 (11:28 -0500)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 1 Mar 2021 13:46:33 +0000 (08:46 -0500)
commitb4bfe29415ba9524f56d4ea57eb3adbdb4a82fc9
treebd746fa14312b7e9852ae9f47d280572271511fe
parentf870c551f090b6edc83892efd68e9e96ed5c19a8
AArch64/GlobalISel: Fix using wrong calling convention for calls

This was reusing the parent function calling convention instead of the
callee. I'm not sure if there's a case where there's an observable
difference.

I previously missed this in b72a23650f573299aec30846fb844c3558921fb8
llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp