diff options
| author | Adam Nemet <anemet@apple.com> | 2016-03-28 18:45:30 +0000 |
|---|---|---|
| committer | Adam Nemet <anemet@apple.com> | 2016-03-28 18:45:30 +0000 |
| commit | f761b3cec273744be3b56fb8877868bbbbc34469 (patch) | |
| tree | 6c3f19b6f378dbfa17b0c906b8b578b95812e802 | |
| parent | 42a6fe199f031ab3d0baa142e698d061d251c6f8 (diff) | |
| download | bcm5719-llvm-f761b3cec273744be3b56fb8877868bbbbc34469.tar.gz bcm5719-llvm-f761b3cec273744be3b56fb8877868bbbbc34469.zip | |
[PGO] Update r264611 to use C-style comment
llvm-svn: 264614
| -rw-r--r-- | llvm/include/llvm/ProfileData/InstrProfData.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/include/llvm/ProfileData/InstrProfData.inc b/llvm/include/llvm/ProfileData/InstrProfData.inc index c758cd7cd68..c4a70529289 100644 --- a/llvm/include/llvm/ProfileData/InstrProfData.inc +++ b/llvm/include/llvm/ProfileData/InstrProfData.inc @@ -73,8 +73,10 @@ INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ ConstantExpr::getBitCast(CounterPtr, \ llvm::Type::getInt64PtrTy(Ctx))) -// This is used to map function pointers for the indirect call targets to -// function name hashes during the conversion from raw to merged profile data. +/* This is used to map function pointers for the indirect call targets to + * function name hashes during the conversion from raw to merged profile + * data. + */ INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \ FunctionAddr) INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ |

