add a dump method to help debugging

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-04 05:39:51 +00:00
parent eadf7a3541
commit 0df687b1be

View File

@ -68,6 +68,8 @@ public:
}
return false;
}
void dump() const;
};
private: