mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
[llvm-profdata] Minor format fix
Summary: Minor format fix for output of "llvm-profdata -show" Reviewers: wmi Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D68440 llvm-svn: 373917
This commit is contained in:
parent
acee6a4e31
commit
f016ffed52
@ -155,6 +155,7 @@ void FunctionSamples::print(raw_ostream &OS, unsigned Indent) const {
|
||||
FS.second.print(OS, Indent + 4);
|
||||
}
|
||||
}
|
||||
OS.indent(Indent);
|
||||
OS << "}\n";
|
||||
} else {
|
||||
OS << "No inlined callsites in this function\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user