We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840ec59 commit 60a7d33Copy full SHA for 60a7d33
llvm/lib/Analysis/LazyValueInfo.cpp
@@ -360,9 +360,7 @@ class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
360
formatted_raw_ostream &OS) override;
361
};
362
} // 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.
+// The actual implementation of the lazy analysis and update.
366
class LazyValueInfoImpl {
367
368
/// Cached results from previous queries
0 commit comments