Remove redundant return, NFC
authorVedant Kumar <vsk@apple.com>
Mon, 2 May 2016 21:33:36 +0000 (21:33 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 2 May 2016 21:33:36 +0000 (21:33 +0000)
llvm-svn: 268312

llvm/lib/ProfileData/InstrProf.cpp

index 931282b..7e84a27 100644 (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) {