mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
Add dump method for loops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5670 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6315938d68
commit
f972cbd98c
@ -106,6 +106,7 @@ public:
|
||||
void changeExitBlock(BasicBlock *Old, BasicBlock *New);
|
||||
|
||||
void print(std::ostream &O) const;
|
||||
void dump() const;
|
||||
private:
|
||||
friend class LoopInfo;
|
||||
inline Loop(BasicBlock *BB) : ParentLoop(0) {
|
||||
|
Loading…
Reference in New Issue
Block a user