We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c7568 commit 0ce2216Copy full SHA for 0ce2216
llvm/include/llvm/ProfileData/InstrProf.h
@@ -870,8 +870,8 @@ struct InstrProfRecord {
870
uint32_t Site) const;
871
872
/// Return the array of profiled values at \p Site.
873
- inline ArrayRef<InstrProfValueData>
874
- getValueForSite(uint32_t ValueKind, uint32_t Site) const;
+ inline ArrayRef<InstrProfValueData> getValueForSite(uint32_t ValueKind,
+ uint32_t Site) const;
875
876
877
inline std::unique_ptr<InstrProfValueData[]>
0 commit comments