Skip to content

Commit 361daa1

Browse files
[Prototype] Add table header for dominator list
1 parent 9400c50 commit 361daa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/swift-module-summary-test/swift-module-summary-test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ class RetainedSizeCalculator {
450450
}
451451

452452
void display(llvm::raw_ostream &O) {
453+
O << "size\t| symbol\n";
453454
for (auto entry : Entries) {
454455
auto FS = entry.DomNode->getBlock()->getFS();
455456
O << entry.InstSize << "\t| " << FS->getName() << "\n";

0 commit comments

Comments
 (0)