summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerInternal.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-09-30 23:29:27 +0000
committerKostya Serebryany <kcc@google.com>2016-09-30 23:29:27 +0000
commit90f8f36bca70d2e43267baa833c90a23cac55cbc (patch)
tree463489a3e5a5cc35d40407dce9d1e1f1cb149799 /llvm/lib/Fuzzer/FuzzerInternal.h
parentc7d771dbd6a6bd4e091dadd0601f245cef65dcfc (diff)
downloadbcm5719-llvm-90f8f36bca70d2e43267baa833c90a23cac55cbc.tar.gz
bcm5719-llvm-90f8f36bca70d2e43267baa833c90a23cac55cbc.zip
[libFuzzer] remove some experimental code
llvm-svn: 282983
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
-rw-r--r--llvm/lib/Fuzzer/FuzzerInternal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h
index cbbae0af151..e85bd8aa17e 100644
--- a/llvm/lib/Fuzzer/FuzzerInternal.h
+++ b/llvm/lib/Fuzzer/FuzzerInternal.h
@@ -115,7 +115,7 @@ private:
void ShuffleCorpus(UnitVector *V);
void TryDetectingAMemoryLeak(const uint8_t *Data, size_t Size,
bool DuringInitialCorpusExecution);
- void AddToCorpusAndMaybeRerun(const Unit &U);
+ void AddToCorpus(const Unit &U);
void CheckExitOnSrcPos();
// Trace-based fuzzing: we run a unit with some kind of tracing
OpenPOWER on IntegriCloud