Skip to content

Commit

Permalink
CycleInfo: Fix trivial typo. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlfu committed Jan 17, 2022
1 parent 54fe70b commit 4b22ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/include/llvm/ADT/GenericCycleInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

namespace llvm {

template <typename ContexT> class GenericCycleInfo;
template <typename ContexT> class GenericCycleInfoCompute;
template <typename ContextT> class GenericCycleInfo;
template <typename ContextT> class GenericCycleInfoCompute;

/// A possibly irreducible generalization of a \ref Loop.
template <typename ContextT> class GenericCycle {
Expand Down

0 comments on commit 4b22ffe

Please sign in to comment.