1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-07 16:42:07 +00:00

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

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