mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +00:00
Use DSNodeHandle for persistent maps
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -198,7 +198,7 @@ public:
|
||||
|
||||
/// remapLinks - Change all of the Links in the current node according to the
|
||||
/// specified mapping.
|
||||
void remapLinks(std::map<const DSNode*, DSNode*> &OldNodeMap);
|
||||
void remapLinks(std::map<const DSNode*, DSNodeHandle> &OldNodeMap);
|
||||
|
||||
private:
|
||||
friend class DSNodeHandle;
|
||||
|
Reference in New Issue
Block a user