mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Pass CCState by reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148871 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6e4b3a002
commit
08067b26f7
@ -1946,7 +1946,7 @@ static bool CC_Mips64Byval(unsigned ValNo, MVT ValVT, MVT LocVT,
|
||||
#include "MipsGenCallingConv.inc"
|
||||
|
||||
static void
|
||||
AnalyzeMips64CallOperands(CCState CCInfo,
|
||||
AnalyzeMips64CallOperands(CCState &CCInfo,
|
||||
const SmallVectorImpl<ISD::OutputArg> &Outs) {
|
||||
unsigned NumOps = Outs.size();
|
||||
for (unsigned i = 0; i != NumOps; ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user