mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Delete blank lines that bug me.
llvm-svn: 94610
This commit is contained in:
parent
5680237f34
commit
ae2bc619e3
@ -1444,7 +1444,6 @@ X86TargetLowering::LowerMemArgument(SDValue Chain,
|
||||
const CCValAssign &VA,
|
||||
MachineFrameInfo *MFI,
|
||||
unsigned i) {
|
||||
|
||||
// Create the nodes corresponding to a load from this parameter slot.
|
||||
ISD::ArgFlagsTy Flags = Ins[i].Flags;
|
||||
bool AlwaysUseMutable = X86::IsEligibleForTailCallOpt(CallConv);
|
||||
@ -1776,7 +1775,6 @@ X86TargetLowering::LowerCall(SDValue Chain, SDValue Callee,
|
||||
const SmallVectorImpl<ISD::InputArg> &Ins,
|
||||
DebugLoc dl, SelectionDAG &DAG,
|
||||
SmallVectorImpl<SDValue> &InVals) {
|
||||
|
||||
MachineFunction &MF = DAG.getMachineFunction();
|
||||
bool Is64Bit = Subtarget->is64Bit();
|
||||
bool IsStructRet = CallIsStructReturn(Outs);
|
||||
|
Loading…
Reference in New Issue
Block a user