mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Oops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
85e3800e42
commit
5fb03ce905
@ -825,7 +825,6 @@ X86TargetLowering::PreprocessFastCCArguments(std::vector<SDOperand>Args,
|
||||
std::pair<FALocInfo,FALocInfo> Loc = std::make_pair(FALocInfo(),
|
||||
FALocInfo());
|
||||
if (ObjIntRegs) {
|
||||
NumIntRegs += ObjIntRegs;
|
||||
switch (ObjectVT) {
|
||||
default: assert(0 && "Unhandled argument type!");
|
||||
case MVT::i1:
|
||||
@ -864,6 +863,7 @@ X86TargetLowering::PreprocessFastCCArguments(std::vector<SDOperand>Args,
|
||||
}
|
||||
break;
|
||||
}
|
||||
NumIntRegs += ObjIntRegs;
|
||||
}
|
||||
if (ObjSize) {
|
||||
int FI = MFI->CreateFixedObject(ObjSize, ArgOffset);
|
||||
|
Loading…
x
Reference in New Issue
Block a user