Skip to content

Commit d51a901

Browse files
committed
Remove over-enthusiastic clang-format
1 parent d0186ba commit d51a901

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
@@ -4032,8 +4032,9 @@ SDValue AMDGPUTargetLowering::performIntrinsicWOChainCombine(
40324032
/// Split the 64-bit value \p LHS into two 32-bit components, and perform the
40334033
/// binary operation \p Opc to it with the corresponding constant operands.
40344034
SDValue AMDGPUTargetLowering::splitBinaryBitConstantOpImpl(
4035-
DAGCombinerInfo &DCI, const SDLoc &SL, unsigned Opc, SDValue LHS,
4036-
uint32_t ValLo, uint32_t ValHi) const {
4035+
DAGCombinerInfo &DCI, const SDLoc &SL,
4036+
unsigned Opc, SDValue LHS,
4037+
uint32_t ValLo, uint32_t ValHi) const {
40374038
SelectionDAG &DAG = DCI.DAG;
40384039
SDValue Lo, Hi;
40394040
std::tie(Lo, Hi) = split64BitValue(LHS, DAG);

0 commit comments

Comments
 (0)