mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
Add new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7007 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -80,6 +80,10 @@ public:
|
||||
const std::vector<DSNode*> &getNodes() const { return Nodes; }
|
||||
std::vector<DSNode*> &getNodes() { return Nodes; }
|
||||
|
||||
/// getFunctionNames - Return a space separated list of the name of the
|
||||
/// functions in this graph (if any)
|
||||
std::string getFunctionNames() const;
|
||||
|
||||
/// addNode - Add a new node to the graph.
|
||||
///
|
||||
void addNode(DSNode *N) { Nodes.push_back(N); }
|
||||
|
||||
Reference in New Issue
Block a user