From: Benjamin Kramer Date: Sat, 3 Dec 2011 15:19:55 +0000 (+0000) Subject: Clear the new cache. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c00c05f8f5b89d9feb7a822dfc7ba85f843a9a55;p=oota-llvm.git Clear the new cache. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145771 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/LazyValueInfo.cpp b/lib/Analysis/LazyValueInfo.cpp index 02d91807aea..d27d9116103 100644 --- a/lib/Analysis/LazyValueInfo.cpp +++ b/lib/Analysis/LazyValueInfo.cpp @@ -446,6 +446,7 @@ namespace { /// clear - Empty the cache. void clear() { + SeenBlocks.clear(); ValueCache.clear(); OverDefinedCache.clear(); }