diff options
author | Kostya Serebryany <kcc@google.com> | 2016-09-30 23:29:27 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-09-30 23:29:27 +0000 |
commit | 90f8f36bca70d2e43267baa833c90a23cac55cbc (patch) | |
tree | 463489a3e5a5cc35d40407dce9d1e1f1cb149799 /llvm/lib/Fuzzer/FuzzerInternal.h | |
parent | c7d771dbd6a6bd4e091dadd0601f245cef65dcfc (diff) | |
download | bcm5719-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.h | 2 |
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 |