Tidy comment. NFC.

llvm-svn: 239090
This commit is contained in:
Diego Novillo 2015-06-04 20:49:52 +00:00
parent 3160d02b5b
commit 7d63d1beaf
1 changed files with 2 additions and 2 deletions

View File

@ -191,8 +191,8 @@ public:
/// \brief Data about a loop.
///
/// Contains the data necessary to represent represent a loop as a
/// pseudo-node once it's packaged.
/// Contains the data necessary to represent a loop as a pseudo-node once it's
/// packaged.
struct LoopData {
typedef SmallVector<std::pair<BlockNode, BlockMass>, 4> ExitMap;
typedef SmallVector<BlockNode, 4> NodeList;