From fd92154b20d729d79d70b6854f8949cac2658b44 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 20 Jun 2016 01:05:15 +0000 Subject: Reformat blank lines. llvm-svn: 273131 --- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 3 +-- llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/lib/Target/PowerPC') diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index a55f4499122..1a8b2af0e25 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -923,7 +923,6 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, break; } - if (Subtarget.enableMachineScheduler()) setSchedulingPreference(Sched::Source); else @@ -4746,7 +4745,7 @@ SDValue PPCTargetLowering::LowerCall_32SVR4( CCInfo.AnalyzeCallOperands(Outs, CC_PPC32_SVR4); } CCInfo.clearWasPPCF128(); - + // Assign locations to all of the outgoing aggregate by value arguments. SmallVector ByValArgLocs; CCState CCByValInfo(CallConv, isVarArg, DAG.getMachineFunction(), diff --git a/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp b/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp index d233cd28a50..bfe20c12974 100644 --- a/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp +++ b/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp @@ -164,4 +164,3 @@ bool PPCQPXLoadSplat::runOnMachineFunction(MachineFunction &MF) { return MadeChange; } - -- cgit v1.2.3