OSDN Git Service

[PGO] Update r264611 to use C-style comment
authorAdam Nemet <anemet@apple.com>
Mon, 28 Mar 2016 18:45:30 +0000 (18:45 +0000)
committerAdam Nemet <anemet@apple.com>
Mon, 28 Mar 2016 18:45:30 +0000 (18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264614 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ProfileData/InstrProfData.inc

index c758cd7..c4a7052 100644 (file)
@@ -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, \