Skip to content

Commit f4a2f90

Browse files
committed
Remove over-enthusiastic clang-format
1 parent ee2f52d commit f4a2f90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4033,8 +4033,9 @@ SDValue AMDGPUTargetLowering::performIntrinsicWOChainCombine(
40334033
/// Split the 64-bit value \p LHS into two 32-bit components, and perform the
40344034
/// binary operation \p Opc to it with the corresponding constant operands.
40354035
SDValue AMDGPUTargetLowering::splitBinaryBitConstantOpImpl(
4036-
DAGCombinerInfo &DCI, const SDLoc &SL, unsigned Opc, SDValue LHS,
4037-
uint32_t ValLo, uint32_t ValHi) const {
4036+
DAGCombinerInfo &DCI, const SDLoc &SL,
4037+
unsigned Opc, SDValue LHS,
4038+
uint32_t ValLo, uint32_t ValHi) const {
40384039
SelectionDAG &DAG = DCI.DAG;
40394040
SDValue Lo, Hi;
40404041
std::tie(Lo, Hi) = split64BitValue(LHS, DAG);

0 commit comments

Comments
 (0)