mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Delete blank lines that bug me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94610 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
844be89d2d
commit
1613f40bab
@ -1444,7 +1444,6 @@ X86TargetLowering::LowerMemArgument(SDValue Chain,
|
|||||||
const CCValAssign &VA,
|
const CCValAssign &VA,
|
||||||
MachineFrameInfo *MFI,
|
MachineFrameInfo *MFI,
|
||||||
unsigned i) {
|
unsigned i) {
|
||||||
|
|
||||||
// Create the nodes corresponding to a load from this parameter slot.
|
// Create the nodes corresponding to a load from this parameter slot.
|
||||||
ISD::ArgFlagsTy Flags = Ins[i].Flags;
|
ISD::ArgFlagsTy Flags = Ins[i].Flags;
|
||||||
bool AlwaysUseMutable = X86::IsEligibleForTailCallOpt(CallConv);
|
bool AlwaysUseMutable = X86::IsEligibleForTailCallOpt(CallConv);
|
||||||
@ -1776,7 +1775,6 @@ X86TargetLowering::LowerCall(SDValue Chain, SDValue Callee,
|
|||||||
const SmallVectorImpl<ISD::InputArg> &Ins,
|
const SmallVectorImpl<ISD::InputArg> &Ins,
|
||||||
DebugLoc dl, SelectionDAG &DAG,
|
DebugLoc dl, SelectionDAG &DAG,
|
||||||
SmallVectorImpl<SDValue> &InVals) {
|
SmallVectorImpl<SDValue> &InVals) {
|
||||||
|
|
||||||
MachineFunction &MF = DAG.getMachineFunction();
|
MachineFunction &MF = DAG.getMachineFunction();
|
||||||
bool Is64Bit = Subtarget->is64Bit();
|
bool Is64Bit = Subtarget->is64Bit();
|
||||||
bool IsStructRet = CallIsStructReturn(Outs);
|
bool IsStructRet = CallIsStructReturn(Outs);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user