mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-12-20 03:17:48 +00:00
Tidy comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239090 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -191,8 +191,8 @@ public:
|
|||||||
|
|
||||||
/// \brief Data about a loop.
|
/// \brief Data about a loop.
|
||||||
///
|
///
|
||||||
/// Contains the data necessary to represent represent a loop as a
|
/// Contains the data necessary to represent a loop as a pseudo-node once it's
|
||||||
/// pseudo-node once it's packaged.
|
/// packaged.
|
||||||
struct LoopData {
|
struct LoopData {
|
||||||
typedef SmallVector<std::pair<BlockNode, BlockMass>, 4> ExitMap;
|
typedef SmallVector<std::pair<BlockNode, BlockMass>, 4> ExitMap;
|
||||||
typedef SmallVector<BlockNode, 4> NodeList;
|
typedef SmallVector<BlockNode, 4> NodeList;
|
||||||
|
|||||||
Reference in New Issue
Block a user