From: Simon Pilgrim Date: Fri, 24 Apr 2020 12:27:42 +0000 (+0100) Subject: LLVMContextImpl.h - remove defunct getOrAddScope* helpers declarations. NFC. X-Git-Tag: llvmorg-12-init~7957 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dffb58eddff4dee8640abd8ad0700b06d2218285;p=platform%2Fupstream%2Fllvm.git LLVMContextImpl.h - remove defunct getOrAddScope* helpers declarations. NFC. The implementation and uses were removed back at rL223802 (IR: Split Metadata from Value) but these were missed. --- diff --git a/llvm/lib/IR/LLVMContextImpl.h b/llvm/lib/IR/LLVMContextImpl.h index 52e9c06..705ffdc 100644 --- a/llvm/lib/IR/LLVMContextImpl.h +++ b/llvm/lib/IR/LLVMContextImpl.h @@ -1380,9 +1380,6 @@ public: /// instructions in different blocks at the same location. DenseMap, unsigned> DiscriminatorTable; - int getOrAddScopeRecordIdxEntry(MDNode *N, int ExistingIdx); - int getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,int ExistingIdx); - /// A set of interned tags for operand bundles. The StringMap maps /// bundle tags to their IDs. ///