1
0
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:
Benjamin Kramer 2011-12-03 15:19:55 +00:00
parent ed1cd704e0
commit 4ff0db784c

View File

@ -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();
} }