mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Skip upcast, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226514 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a2f94c5f2
commit
bc78e70ee0
@ -213,7 +213,7 @@ static Metadata *mapDistinctNode(const UniquableMDNode *Node,
|
||||
assert(Node->isDistinct() && "Expected distinct node");
|
||||
|
||||
// Create the node first so it's available for cyclical references.
|
||||
MDNode *NewMD = MDNode::replaceWithDistinct(cloneMDNode(Node));
|
||||
UniquableMDNode *NewMD = MDNode::replaceWithDistinct(cloneMDNode(Node));
|
||||
mapToMetadata(VM, Node, NewMD);
|
||||
|
||||
// Fix the operands.
|
||||
|
Loading…
x
Reference in New Issue
Block a user