[llvm] 60a7d33 - [LVI][NFC] Delete an outdated comment (#101504)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 22:48:58 PDT 2024
Author: Piotr Fusik
Date: 2024-08-02T07:48:54+02:00
New Revision: 60a7d33106d3cd645d3100a8a935a1e3837f885d
URL: https://github.com/llvm/llvm-project/commit/60a7d33106d3cd645d3100a8a935a1e3837f885d
DIFF: https://github.com/llvm/llvm-project/commit/60a7d33106d3cd645d3100a8a935a1e3837f885d.diff
LOG: [LVI][NFC] Delete an outdated comment (#101504)
Transitioned from inheritance to has-a relationship in 9db7948e
Added:
Modified:
llvm/lib/Analysis/LazyValueInfo.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp
index 4c023ed5ed8f0..310a7eafc8150 100644
--- a/llvm/lib/Analysis/LazyValueInfo.cpp
+++ b/llvm/lib/Analysis/LazyValueInfo.cpp
@@ -360,9 +360,7 @@ class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
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
More information about the llvm-commits
mailing list