Skip to content

Commit 64c7444

Browse files
committed
clang-format
1 parent 756dc28 commit 64c7444

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/lib/CodeGen/MachineCopyPropagation.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,10 @@ class CopyTracker {
233233

234234
/// Clobber all registers which are not preserved by RegMask, removing them
235235
/// from the tracker's copy maps.
236-
void clobberRegistersExceptMask(const MachineOperand *RegMask, const TargetRegisterInfo &TRI,
237-
const TargetInstrInfo &TII, bool UseCopyInstr) {
236+
void clobberRegistersExceptMask(const MachineOperand *RegMask,
237+
const TargetRegisterInfo &TRI,
238+
const TargetInstrInfo &TII,
239+
bool UseCopyInstr) {
238240
BitVector SafeRegUnits(TRI.getNumRegUnits());
239241

240242
for (unsigned SafeReg = 0, E = TRI.getNumRegs(); SafeReg < E; ++SafeReg)

0 commit comments

Comments
 (0)