forked from OSchip/llvm-project
Fix a type in a comment
Thanks to Sean Silva for pointing it out. llvm-svn: 258410
This commit is contained in:
parent
10494aca05
commit
82e0f15f86
|
@ -353,7 +353,7 @@ raw_ostream& operator<<(raw_ostream &OS, const LoopBase<BlockT, LoopT> &Loop) {
|
|||
extern template class LoopBase<BasicBlock, Loop>;
|
||||
|
||||
|
||||
/// Represents a single loop in the control flow graph. Not that not all SCCs
|
||||
/// Represents a single loop in the control flow graph. Note that not all SCCs
|
||||
/// in the CFG are neccessarily loops.
|
||||
class Loop : public LoopBase<BasicBlock, Loop> {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue