Skip to content

Commit e0dba4a

Browse files
committed
clang-format modification
1 parent bd0fb18 commit e0dba4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/ShrinkWrap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ bool ShrinkWrap::useOrDefCSROrFI(const MachineInstr &MI, RegScavenger *RS,
355355
RCI.getLastCalleeSavedAlias(PhysReg) ||
356356
(!MI.isReturn() &&
357357
TRI->isNonallocatableRegisterCalleeSave(PhysReg)) ||
358-
TRI->isVirtualFrameRegister(PhysReg);
358+
TRI->isVirtualFrameRegister(PhysReg);
359359
} else if (MO.isRegMask()) {
360360
// Check if this regmask clobbers any of the CSRs.
361361
for (unsigned Reg : getCurrentCSRs(RS)) {

0 commit comments

Comments
 (0)