forked from OSchip/llvm-project
More comments for getUniqueExitBlocks. NFCI
llvm-svn: 295750
This commit is contained in:
parent
11b2d7dad8
commit
a05a6c101d
|
@ -478,7 +478,8 @@ public:
|
|||
|
||||
/// Return all unique successor blocks of this loop.
|
||||
/// These are the blocks _outside of the current loop_ which are branched to.
|
||||
/// This assumes that loop exits are in canonical form.
|
||||
/// This assumes that loop exits are in canonical form, i.e. all exits are
|
||||
/// dedicated exits.
|
||||
void getUniqueExitBlocks(SmallVectorImpl<BasicBlock *> &ExitBlocks) const;
|
||||
|
||||
/// If getUniqueExitBlocks would return exactly one block, return that block.
|
||||
|
|
Loading…
Reference in New Issue