forked from OSchip/llvm-project
parent
3664708378
commit
bbf3c60786
|
@ -446,6 +446,7 @@ namespace {
|
|||
|
||||
/// clear - Empty the cache.
|
||||
void clear() {
|
||||
SeenBlocks.clear();
|
||||
ValueCache.clear();
|
||||
OverDefinedCache.clear();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue