From 0e7060e78c02840a9c0386086821a8c006862da7 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Thu, 4 Feb 2016 19:14:10 +0000 Subject: [PATCH] Fix format in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259814 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ProfileData/InstrProf.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/include/llvm/ProfileData/InstrProf.h b/include/llvm/ProfileData/InstrProf.h index a4b2775886b..2d48c37c796 100644 --- a/include/llvm/ProfileData/InstrProf.h +++ b/include/llvm/ProfileData/InstrProf.h @@ -200,16 +200,14 @@ enum InstrProfValueKind : uint32_t { struct InstrProfRecord; -/// Extract value profile data for value site \p SiteIdx from \p InstrProfR +/// Get the value profile data for value site \p SiteIdx from \p InstrProfR /// and annotate the instruction \p Inst with the value profile meta data. void annotateValueSite(Module &M, Instruction &Inst, const InstrProfRecord &InstrProfR, InstrProfValueKind ValueKind, uint32_t SiteIndx); -/// Extract the value profile data from the \p Inst which is annotated with -/// value -/// profile meta data. Return false if there is no value data annotated, -/// otherwise -/// return true. +/// Extract the value profile data from \p Inst which is annotated with +/// value profile meta data. Return false if there is no value data annotated, +/// otherwise return true. bool getValueProfDataFromInst(const Instruction &Inst, InstrProfValueKind ValueKind, uint32_t MaxNumValueData, -- 2.11.0