[libFuzzer] fix a warning from Wunreachable-code-loop-increment reported by Christian...
authorKostya Serebryany <kcc@google.com>
Mon, 15 May 2017 17:39:42 +0000 (17:39 +0000)
committerMaria Guseva <m.guseva@samsung.com>
Tue, 11 Jul 2017 02:46:03 +0000 (11:46 +0900)
commit51fc14b6b9208eea369695803faabd38fc6376d5
tree59e96081da4c99427c452e64c95ff92aafd6070a
parent88924cccc2691392b0cdde30a6d7b0a478d4ca65
[libFuzzer] fix a warning from Wunreachable-code-loop-increment reported by Christian Holler. This also fixes a logical bug, which however does not affect the libFuzzer's ability too much (I wasn't able to create a differentiating test)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303087 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerMutate.cpp