GlobalISel: Fix missing newline in debug printing

This commit is contained in:
Matt Arsenault 2021-04-24 11:42:12 -04:00
parent 6dd8834772
commit ccfe017510
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ bool AArch64CallLowering::lowerReturn(MachineIRBuilder &MIRBuilder,
.buildBuildVector({NewLLT}, {CurVReg, Undef.getReg(0)})
.getReg(0);
} else {
LLVM_DEBUG(dbgs() << "Could not handle ret ty");
LLVM_DEBUG(dbgs() << "Could not handle ret ty\n");
return false;
}
} else {