Skip to content

Commit 0ce2216

Browse files
Fix formatting.
1 parent 11c7568 commit 0ce2216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/ProfileData/InstrProf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,8 @@ struct InstrProfRecord {
870870
uint32_t Site) const;
871871

872872
/// Return the array of profiled values at \p Site.
873-
inline ArrayRef<InstrProfValueData>
874-
getValueForSite(uint32_t ValueKind, uint32_t Site) const;
873+
inline ArrayRef<InstrProfValueData> getValueForSite(uint32_t ValueKind,
874+
uint32_t Site) const;
875875

876876
/// Return the array of profiled values at \p Site.
877877
inline std::unique_ptr<InstrProfValueData[]>

0 commit comments

Comments
 (0)