1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fix a type in a comment

Thanks to Sean Silva for pointing it out.

llvm-svn: 258410
This commit is contained in:
Philip Reames 2016-01-21 17:32:12 +00:00
parent 8cf2ae77e2
commit c359c19c5f

View File

@ -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: