diff options
author | Piotr Fusik <p.fusik@samsung.com> | 2024-08-02 07:48:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 07:48:54 +0200 |
commit | 60a7d33106d3cd645d3100a8a935a1e3837f885d (patch) | |
tree | bc8d70320e650e554b0c319bb98695a52bcb63be /llvm/lib/Analysis/LazyValueInfo.cpp | |
parent | 840ec59a0bbf0f1042d5c4cbc82c82faa6223ebe (diff) | |
download | llvm-60a7d33106d3cd645d3100a8a935a1e3837f885d.zip llvm-60a7d33106d3cd645d3100a8a935a1e3837f885d.tar.gz llvm-60a7d33106d3cd645d3100a8a935a1e3837f885d.tar.bz2 |
[LVI][NFC] Delete an outdated comment (#101504)
Transitioned from inheritance to has-a relationship in 9db7948e
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 |