Skip to content

Commit 7795242

Browse files
committed
clang-format
Created using spr 1.3.6-beta.1
1 parent 2a6b0ac commit 7795242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3981,7 +3981,8 @@ bool SelectionDAGLegalize::ExpandNode(SDNode *Node) {
39813981
// For PIC, the sequence is:
39823982
// BRIND(RelocBase + load(Jumptable + index))
39833983
// RelocBase can be JumpTable, GOT or some sort of global base.
3984-
Addr = DAG.getMemBasePlusOffset(TLI.getPICJumpTableRelocBase(Table, DAG), Addr, dl);
3984+
Addr = DAG.getMemBasePlusOffset(TLI.getPICJumpTableRelocBase(Table, DAG),
3985+
Addr, dl);
39853986
}
39863987

39873988
Tmp1 = TLI.expandIndirectJTBranch(dl, LD.getValue(1), Addr, JTI, DAG);

llvm/lib/Target/Mips/MipsISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,6 @@ static SDValue performADDCombine(SDNode *N, SelectionDAG &DAG,
11491149
if (InnerAdd.getOpcode() != ISD::ADD)
11501150
return SDValue();
11511151

1152-
11531152
SDValue Lo = InnerAdd.getOperand(0);
11541153
SDValue Other = InnerAdd.getOperand(1);
11551154
if (Lo.getOpcode() != MipsISD::Lo)

0 commit comments

Comments
 (0)