mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +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
|
static void
|
||||||
HowToPassCCCArgument(MVT::ValueType ObjectVT, unsigned NumXMMRegs,
|
HowToPassCCCArgument(MVT::ValueType ObjectVT, unsigned NumXMMRegs,
|
||||||
unsigned &ObjSize, unsigned &ObjXMMRegs) {
|
unsigned &ObjSize, unsigned &ObjXMMRegs) {
|
||||||
|
NumXMMRegs = 0;
|
||||||
|
|
||||||
switch (ObjectVT) {
|
switch (ObjectVT) {
|
||||||
default: assert(0 && "Unhandled argument type!");
|
default: assert(0 && "Unhandled argument type!");
|
||||||
case MVT::i1:
|
case MVT::i1:
|
||||||
@ -774,6 +776,7 @@ HowToPassFastCCArgument(MVT::ValueType ObjectVT,
|
|||||||
unsigned &ObjXMMRegs) {
|
unsigned &ObjXMMRegs) {
|
||||||
ObjSize = 0;
|
ObjSize = 0;
|
||||||
NumIntRegs = 0;
|
NumIntRegs = 0;
|
||||||
|
NumXMMRegs = 0;
|
||||||
|
|
||||||
switch (ObjectVT) {
|
switch (ObjectVT) {
|
||||||
default: assert(0 && "Unhandled argument type!");
|
default: assert(0 && "Unhandled argument type!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user