mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-27 07:12:06 +00:00
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:
parent
fab330e844
commit
0cd16495ba
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user