Remove assert(false) in favor of asserting the if conditional it is contained within.
[oota-llvm.git] / lib / Fuzzer / FuzzerDFSan.h
2015-09-10 Kostya Serebryany[libFuzzer] refactor the code to allow building libFuzz...