Skip to content

Commit aa23553

Browse files
committed
clang-format
1 parent fe92758 commit aa23553

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/InlineSpiller.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,8 @@ bool InlineSpiller::reMaterializeFor(LiveInterval &VirtReg, MachineInstr &MI) {
679679
// then further split one of those live ranges.
680680
if (!DefMI) {
681681
markValueUsed(&VirtReg, ParentVNI);
682-
LLVM_DEBUG(dbgs() << "\tcannot remat missing def for " << UseIdx << '\t' << MI);
682+
LLVM_DEBUG(dbgs() << "\tcannot remat missing def for " << UseIdx << '\t'
683+
<< MI);
683684
return false;
684685
}
685686

0 commit comments

Comments
 (0)