mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
Oops. Forgot to commit this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46003 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -191,9 +191,13 @@ public:
|
|||||||
return Result;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
void HandleStruct(unsigned ValNo, MVT::ValueType ValVT,
|
// HandleByVal - Allocate a stack slot large enough to pass an argument by
|
||||||
MVT::ValueType LocVT, CCValAssign::LocInfo LocInfo,
|
// value. The size and alignment information of the argument is encoded in its
|
||||||
unsigned ArgFlags);
|
// parameter attribute.
|
||||||
|
void HandleByVal(unsigned ValNo, MVT::ValueType ValVT,
|
||||||
|
MVT::ValueType LocVT, CCValAssign::LocInfo LocInfo,
|
||||||
|
int MinSize, int MinAlign, unsigned ArgFlags);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/// MarkAllocated - Mark a register and all of its aliases as allocated.
|
/// MarkAllocated - Mark a register and all of its aliases as allocated.
|
||||||
void MarkAllocated(unsigned Reg);
|
void MarkAllocated(unsigned Reg);
|
||||||
|
Reference in New Issue
Block a user