Skip to content

Commit 584b048

Browse files
committed
formatting v2
1 parent d0b1675 commit 584b048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8241,8 +8241,8 @@ SDValue AArch64TargetLowering::LowerFormalArguments(
82418241
}
82428242

82438243
// varargs
8244-
// Note that IsWin64 part is required to prevent odd miscompilations on arm64 windows
8245-
// platforms. For more info refer to GH#126780 PR comments.
8244+
// Note that IsWin64 part is required to prevent odd miscompilations on arm64
8245+
// windows platforms. For more info refer to GH#126780 PR comments.
82468246
if (isVarArg &&
82478247
(DAG.getMachineFunction().getFrameInfo().hasVAStart() || IsWin64)) {
82488248
if (!Subtarget->isTargetDarwin() || IsWin64) {

0 commit comments

Comments
 (0)