diff options
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerTracePC.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerTracePC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerTracePC.h b/compiler-rt/lib/fuzzer/FuzzerTracePC.h index 76aa0748f15..9c23ef6b543 100644 --- a/compiler-rt/lib/fuzzer/FuzzerTracePC.h +++ b/compiler-rt/lib/fuzzer/FuzzerTracePC.h @@ -159,8 +159,8 @@ private: uint8_t *Counters() const; uintptr_t *PCs() const; - std::set<uintptr_t> ObservedPCs; - std::set<uintptr_t> ObservedFuncs; + Set<uintptr_t> ObservedPCs; + Set<uintptr_t> ObservedFuncs; ValueBitMap ValueProfileMap; uintptr_t InitialStack; |

