Skip to content

Commit dd45e4b

Browse files
committed
Format
1 parent 08ce9cd commit dd45e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/GenericCycleInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ template <typename ContextT> class GenericCycle {
9696

9797
public:
9898
GenericCycle()
99-
: ExitBlocksCache(std::make_unique<SmallVector<BlockT *, 4>>()){};
99+
: ExitBlocksCache(std::make_unique<SmallVector<BlockT *, 4>>()) {};
100100

101101
/// \brief Whether the cycle is a natural loop.
102102
bool isReducible() const { return Entries.size() == 1; }

0 commit comments

Comments
 (0)