Skip to content

Commit f0a2cae

Browse files
committed
Remove over-enthusiastic clang-format
1 parent 4cb21c3 commit f0a2cae

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

0 commit comments

Comments
 (0)