Skip to content

Commit 1a96d4b

Browse files
committed
Remove over-enthusiastic clang-format
1 parent f0c57fd commit 1a96d4b

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
@@ -4025,8 +4025,9 @@ SDValue AMDGPUTargetLowering::performIntrinsicWOChainCombine(
40254025
/// Split the 64-bit value \p LHS into two 32-bit components, and perform the
40264026
/// binary operation \p Opc to it with the corresponding constant operands.
40274027
SDValue AMDGPUTargetLowering::splitBinaryBitConstantOpImpl(
4028-
DAGCombinerInfo &DCI, const SDLoc &SL, unsigned Opc, SDValue LHS,
4029-
uint32_t ValLo, uint32_t ValHi) const {
4028+
DAGCombinerInfo &DCI, const SDLoc &SL,
4029+
unsigned Opc, SDValue LHS,
4030+
uint32_t ValLo, uint32_t ValHi) const {
40304031
SelectionDAG &DAG = DCI.DAG;
40314032
SDValue Lo, Hi;
40324033
std::tie(Lo, Hi) = split64BitValue(LHS, DAG);

0 commit comments

Comments
 (0)