Skip to content

Commit a8b3ce5

Browse files
committed
fix clang-format
1 parent 850f0be commit a8b3ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,8 +1609,8 @@ SDValue NVPTXTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
16091609

16101610
if (!IsByVal && IsVAArg) {
16111611
// Align each part of the variadic argument to their type.
1612-
VAOffset = alignTo(VAOffset, DL.getABITypeAlign(
1613-
EltVT.getTypeForEVT(*DAG.getContext())));
1612+
VAOffset = alignTo(VAOffset, DL.getABITypeAlign(EltVT.getTypeForEVT(
1613+
*DAG.getContext())));
16141614
}
16151615

16161616
StoreOperands.push_back(DAG.getConstant(

0 commit comments

Comments
 (0)