mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Delete debugging cruft that crept in with r223802.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224407 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
891ec6d69f
commit
7ecec5b0d4
@ -839,8 +839,6 @@ unsigned NamedMDNode::getNumOperands() const {
|
||||
MDNode *NamedMDNode::getOperand(unsigned i) const {
|
||||
assert(i < getNumOperands() && "Invalid Operand number!");
|
||||
auto *N = getNMDOps(Operands)[i].get();
|
||||
if (N && i > 10000)
|
||||
N->dump();
|
||||
return cast_or_null<MDNode>(N);
|
||||
}
|
||||
|
||||
@ -1051,4 +1049,3 @@ void Instruction::clearMetadataHashEntries() {
|
||||
getContext().pImpl->MetadataStore.erase(this);
|
||||
setHasMetadataHashEntry(false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user