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 08ce9cd commit dd45e4bCopy full SHA for dd45e4b
llvm/include/llvm/ADT/GenericCycleInfo.h
@@ -96,7 +96,7 @@ template <typename ContextT> class GenericCycle {
96
97
public:
98
GenericCycle()
99
- : ExitBlocksCache(std::make_unique<SmallVector<BlockT *, 4>>()){};
+ : ExitBlocksCache(std::make_unique<SmallVector<BlockT *, 4>>()) {};
100
101
/// \brief Whether the cycle is a natural loop.
102
bool isReducible() const { return Entries.size() == 1; }
0 commit comments