mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +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");
|
assert(Node->isDistinct() && "Expected distinct node");
|
||||||
|
|
||||||
// Create the node first so it's available for cyclical references.
|
// 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);
|
mapToMetadata(VM, Node, NewMD);
|
||||||
|
|
||||||
// Fix the operands.
|
// Fix the operands.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user