Skip to content

Commit 60a7d33

Browse files
authored
[LVI][NFC] Delete an outdated comment (#101504)
Transitioned from inheritance to has-a relationship in 9db7948
1 parent 840ec59 commit 60a7d33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Analysis/LazyValueInfo.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,7 @@ class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
360360
formatted_raw_ostream &OS) override;
361361
};
362362
} // namespace
363-
// The actual implementation of the lazy analysis and update. Note that the
364-
// inheritance from LazyValueInfoCache is intended to be temporary while
365-
// splitting the code and then transitioning to a has-a relationship.
363+
// The actual implementation of the lazy analysis and update.
366364
class LazyValueInfoImpl {
367365

368366
/// Cached results from previous queries

0 commit comments

Comments
 (0)