Clear the new cache.

llvm-svn: 145771
This commit is contained in:
Benjamin Kramer 2011-12-03 15:19:55 +00:00
parent 3664708378
commit bbf3c60786
1 changed files with 1 additions and 0 deletions

View File

@ -446,6 +446,7 @@ namespace {
/// clear - Empty the cache.
void clear() {
SeenBlocks.clear();
ValueCache.clear();
OverDefinedCache.clear();
}