mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
IR: Remove redundant comment, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225648 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0315eb0bcb
commit
1478aabb18
@ -614,7 +614,6 @@ void MDNode::storeDistinctInContext() {
|
|||||||
getContext().pImpl->NonUniquedMDNodes.insert(G);
|
getContext().pImpl->NonUniquedMDNodes.insert(G);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Replace value from this node's operand list.
|
|
||||||
void MDNode::replaceOperandWith(unsigned I, Metadata *New) {
|
void MDNode::replaceOperandWith(unsigned I, Metadata *New) {
|
||||||
if (getOperand(I) == New)
|
if (getOperand(I) == New)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user