Skip to content

Commit 5059059

Browse files
authored
[SystemZ] Add missing newline character in verifyNarrowIntegerArgs_Call(). (#112499)
1 parent f0d7ccc commit 5059059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SystemZ/SystemZISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9863,7 +9863,7 @@ verifyNarrowIntegerArgs_Call(const SmallVectorImpl<ISD::OutputArg> &Outs,
98639863
if (CalleeFn != nullptr)
98649864
printFunctionArgExts(CalleeFn, errs());
98659865
else
9866-
errs() << "-";
9866+
errs() << "-\n";
98679867
errs() << "Caller: ";
98689868
printFunctionArgExts(F, errs());
98699869
llvm_unreachable("");

0 commit comments

Comments
 (0)