mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Clear the new cache.
llvm-svn: 145771
This commit is contained in:
parent
ed1cd704e0
commit
4ff0db784c
@ -446,6 +446,7 @@ namespace {
|
|||||||
|
|
||||||
/// clear - Empty the cache.
|
/// clear - Empty the cache.
|
||||||
void clear() {
|
void clear() {
|
||||||
|
SeenBlocks.clear();
|
||||||
ValueCache.clear();
|
ValueCache.clear();
|
||||||
OverDefinedCache.clear();
|
OverDefinedCache.clear();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user