diff options
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
-rw-r--r-- | llvm/lib/Analysis/LazyValueInfo.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 4c023ed..310a7ea 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/lib/Analysis/LazyValueInfo.cpp @@ -360,9 +360,7 @@ public: formatted_raw_ostream &OS) override; }; } // namespace -// The actual implementation of the lazy analysis and update. Note that the -// inheritance from LazyValueInfoCache is intended to be temporary while -// splitting the code and then transitioning to a has-a relationship. +// The actual implementation of the lazy analysis and update. class LazyValueInfoImpl { /// Cached results from previous queries |