Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Fuzzer / FuzzerInterface.h
index 0950a1a66103f284c9e75808c39253a85c5ec242..e22b27a3dd2bff1c7a69df76febb69df96679c2b 100644 (file)
@@ -110,7 +110,10 @@ class MutationDispatcher {
                    size_t Size2, uint8_t *Out, size_t MaxOutSize);
 
   void AddWordToManualDictionary(const Unit &Word);
+
   void AddWordToAutoDictionary(const Unit &Word, size_t PositionHint);
+  void ClearAutoDictionary();
+
   void SetCorpus(const std::vector<Unit> *Corpus);
 
  private: