Sample Profiles - Adjust integer types. Mostly NFC.
[oota-llvm.git] / include / llvm / ProfileData / SampleProfReader.h
index 8a54ea0b3152ed989511da81968fd48c4241487c..02bb85af10f449fa9826a1de5f86cf839d0bb5f9 100644 (file)
 // FUNCTION BODY (one for each uninlined function body present in the profile)
 //    NAME_IDX (uint32_t)
 //        Index into the name table indicating the function name.
-//    SAMPLES (uint32_t)
+//    SAMPLES (uint64_t)
 //        Total number of samples collected in this function.
-//        FIXME(dnovillo) this should be a uint64_t value.
-//    HEAD_SAMPLES (uint32_t)
+//    HEAD_SAMPLES (uint64_t)
 //        Total number of samples collected at the head of the function.
 //    NRECS (uint32_t)
 //        Total number of sampling records this function's profile.