summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-10-27 00:24:34 +0000
committerKostya Serebryany <kcc@google.com>2016-10-27 00:24:34 +0000
commit3d945f62479c7a866583e44382dc57725de2d6e3 (patch)
tree5d650c681c9a1aa0865add5522af59e98e39d023 /llvm/lib
parent15cd6b4b10dd4046cb3d09855b06c80fd0a7db8b (diff)
downloadbcm5719-llvm-3d945f62479c7a866583e44382dc57725de2d6e3.tar.gz
bcm5719-llvm-3d945f62479c7a866583e44382dc57725de2d6e3.zip
[libFuzzer] revert 285259 -- hit commit too soon
llvm-svn: 285260
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Fuzzer/FuzzerTracePC.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerTracePC.h b/llvm/lib/Fuzzer/FuzzerTracePC.h
index 467be45b939..2f8d1533cea 100644
--- a/llvm/lib/Fuzzer/FuzzerTracePC.h
+++ b/llvm/lib/Fuzzer/FuzzerTracePC.h
@@ -111,7 +111,7 @@ private:
// Do nothing, too small to be interesting.
}
void TORCInsert(size_t Idx, uint16_t Arg1, uint16_t Arg2) {
- // Do nothing, these don't usually happen.
+ // Do nothing, these don't usually hapen.
}
void TORCInsert(size_t Idx, uint32_t Arg1, uint32_t Arg2) {
TORC4.Insert(Idx, Arg1, Arg2);
@@ -119,9 +119,6 @@ private:
void TORCInsert(size_t Idx, uint64_t Arg1, uint64_t Arg2) {
TORC8.Insert(Idx, Arg1, Arg2);
}
- void TORCInsert(size_t Idx, uintptr_t Arg1, uintptr_t Arg2) {
- TORC8.Insert(Idx, Arg1, Arg2);
- }
static const size_t kNumPCs = 1 << 24;
uintptr_t PCs[kNumPCs];
OpenPOWER on IntegriCloud