mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Code cleanup: Reindent Fuzzer::MutateAndTestOne.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cca49027ef
commit
9380329c4e
@ -315,8 +315,8 @@ void Fuzzer::MutateAndTestOne(Unit *U) {
|
|||||||
RunOneAndUpdateCorpus(*U);
|
RunOneAndUpdateCorpus(*U);
|
||||||
size_t NumTraceBasedMutations = StopTraceRecording();
|
size_t NumTraceBasedMutations = StopTraceRecording();
|
||||||
for (size_t j = 0; j < NumTraceBasedMutations; j++) {
|
for (size_t j = 0; j < NumTraceBasedMutations; j++) {
|
||||||
ApplyTraceBasedMutation(j, U);
|
ApplyTraceBasedMutation(j, U);
|
||||||
RunOneAndUpdateCorpus(*U);
|
RunOneAndUpdateCorpus(*U);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user