mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Consistency
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28488 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
01575b7315
commit
cc1fc220a0
@ -380,6 +380,8 @@ static unsigned AddLiveIn(MachineFunction &MF, unsigned PReg,
|
||||
static void
|
||||
HowToPassCCCArgument(MVT::ValueType ObjectVT, unsigned NumXMMRegs,
|
||||
unsigned &ObjSize, unsigned &ObjXMMRegs) {
|
||||
NumXMMRegs = 0;
|
||||
|
||||
switch (ObjectVT) {
|
||||
default: assert(0 && "Unhandled argument type!");
|
||||
case MVT::i1:
|
||||
@ -774,6 +776,7 @@ HowToPassFastCCArgument(MVT::ValueType ObjectVT,
|
||||
unsigned &ObjXMMRegs) {
|
||||
ObjSize = 0;
|
||||
NumIntRegs = 0;
|
||||
NumXMMRegs = 0;
|
||||
|
||||
switch (ObjectVT) {
|
||||
default: assert(0 && "Unhandled argument type!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user