Skip to content

Commit ea597c1

Browse files
committed
Format
Created using spr 1.3.6-beta.1
1 parent e7c2d78 commit ea597c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,7 @@ struct CallSiteInfo {
528528
AllCallSitesDevirted = false;
529529
}
530530

531-
void markDevirt() {
532-
AllCallSitesDevirted = true;
533-
}
531+
void markDevirt() { AllCallSitesDevirted = true; }
534532
};
535533

536534
// Call site information collected for a specific VTableSlot.

0 commit comments

Comments
 (0)