mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Improve code layout, mostly indentation.
No functionality change. llvm-svn: 119142
This commit is contained in:
parent
c00f41ef21
commit
917df2ee14
@ -562,8 +562,6 @@ LowerLOAD(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) {
|
||||
MachinePointerInfo lowMemPtr(LN->getPointerInfo().V, mpi_offset);
|
||||
MachinePointerInfo highMemPtr(LN->getPointerInfo().V, mpi_offset+16);
|
||||
|
||||
|
||||
|
||||
SDValue result;
|
||||
SDValue basePtr = LN->getBasePtr();
|
||||
SDValue rotate;
|
||||
@ -775,8 +773,6 @@ LowerSTORE(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) {
|
||||
if (StVT.getSizeInBits() == 128 && alignment == 16)
|
||||
return SDValue();
|
||||
|
||||
|
||||
|
||||
SDValue alignLoadVec;
|
||||
SDValue basePtr = SN->getBasePtr();
|
||||
SDValue the_chain = SN->getChain();
|
||||
@ -893,17 +889,6 @@ LowerSTORE(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) {
|
||||
LN->isVolatile(), LN->isNonTemporal(),
|
||||
16);
|
||||
|
||||
#if 0 && !defined(NDEBUG)
|
||||
if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) {
|
||||
const SDValue ¤tRoot = DAG.getRoot();
|
||||
|
||||
DAG.setRoot(result);
|
||||
errs() << "------- CellSPU:LowerStore result:\n";
|
||||
DAG.dump();
|
||||
errs() << "-------\n";
|
||||
DAG.setRoot(currentRoot);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
// do the store when it might cross the 16 byte memory access boundary.
|
||||
else {
|
||||
@ -1003,7 +988,6 @@ LowerSTORE(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) {
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
}
|
||||
|
||||
//! Generate the address of a constant pool entry.
|
||||
|
Loading…
Reference in New Issue
Block a user