Skip to content

Commit 4a09913

Browse files
committed
clang-format
1 parent 2a1c2cc commit 4a09913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5305,7 +5305,7 @@ SDValue AMDGPUTargetLowering::expandABS(SDNode *N, SelectionDAG &DAG,
53055305
if (!IsNegative)
53065306
return TruncResult;
53075307

5308-
return DAG.getNegative(TruncResult,DL,N->getValueType(0));
5308+
return DAG.getNegative(TruncResult, DL, N->getValueType(0));
53095309
}
53105310

53115311
SDValue AMDGPUTargetLowering::PerformDAGCombine(SDNode *N,

0 commit comments

Comments
 (0)