Skip to content

Commit 302c4e4

Browse files
committed
Remove over-enthusiastic clang-format
1 parent e86a2a1 commit 302c4e4

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

0 commit comments

Comments
 (0)