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 75435a8 commit b56225bCopy full SHA for b56225b
llvm/include/llvm/ADT/GenericCycleInfo.h
@@ -141,12 +141,7 @@ template <typename ContextT> class GenericCycle {
141
bool contains(const GenericCycle *C) const;
142
143
const GenericCycle *getParentCycle() const { return ParentCycle; }
144
-
145
- GenericCycle *getParentCycle() {
146
- clearCache();
147
- return ParentCycle;
148
- }
149
+ GenericCycle *getParentCycle() { return ParentCycle; }
150
unsigned getDepth() const { return Depth; }
151
152
/// Return all of the successor blocks of this cycle.
0 commit comments