mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-03 19:15:30 +00:00
[SelectionDAG] Delete SelectionDAGBuilder::removeValue. NFC.
SelectionDAGBuilder::removeValue is dead now, after rL236563. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236618 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26e46f2283
commit
94c39f6914
@ -679,12 +679,6 @@ public:
|
||||
N = NewN;
|
||||
}
|
||||
|
||||
void removeValue(const Value *V) {
|
||||
// This is to support hack in lowerCallFromStatepoint
|
||||
// Should be removed when hack is resolved
|
||||
NodeMap.erase(V);
|
||||
}
|
||||
|
||||
void setUnusedArgValue(const Value *V, SDValue NewN) {
|
||||
SDValue &N = UnusedArgNodeMap[V];
|
||||
assert(!N.getNode() && "Already set a value for this node!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user