projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d1cd3
)
Remove redundant return, NFC
author
Vedant Kumar
<vsk@apple.com>
Mon, 2 May 2016 21:33:36 +0000
(21:33 +0000)
committer
Vedant Kumar
<vsk@apple.com>
Mon, 2 May 2016 21:33:36 +0000
(21:33 +0000)
llvm-svn: 268312
llvm/lib/ProfileData/InstrProf.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/ProfileData/InstrProf.cpp
b/llvm/lib/ProfileData/InstrProf.cpp
index
931282b
..
7e84a27
100644
(file)
--- a/
llvm/lib/ProfileData/InstrProf.cpp
+++ b/
llvm/lib/ProfileData/InstrProf.cpp
@@
-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) {