Remove redundant return, NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vedant Kumar 2016-05-02 21:33:36 +00:00
parent fab330e844
commit 0cd16495ba

View File

@ -457,7 +457,6 @@ uint32_t getNumValueDataForSiteInstrProf(const void *R, uint32_t VK,
void getValueForSiteInstrProf(const void *R, InstrProfValueData *Dst,
uint32_t K, uint32_t S) {
reinterpret_cast<const InstrProfRecord *>(R)->getValueForSite(Dst, K, S);
return;
}
ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) {