Skip to content

Commit 80cc1e5

Browse files
committed
Remove the errant comment line
1 parent 386066b commit 80cc1e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64FrameLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,6 @@ void AArch64FrameLowering::emitEpilogue(MachineFunction &MF,
23622362
}
23632363
bool CombineSPBump = shouldCombineCSRLocalStackBumpInEpilogue(MBB, NumBytes);
23642364
// Assume we can't combine the last pop with the sp restore.
2365-
//
23662365
bool CombineAfterCSRBump = false;
23672366
if (!CombineSPBump && PrologueSaveSize != 0) {
23682367
MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator());

0 commit comments

Comments
 (0)