diff --git a/llvm/lib/IR/LLVMContextImpl.h b/llvm/lib/IR/LLVMContextImpl.h index 52e9c0608fb043..705ffdc587269e 100644 --- a/llvm/lib/IR/LLVMContextImpl.h +++ b/llvm/lib/IR/LLVMContextImpl.h @@ -1380,9 +1380,6 @@ class LLVMContextImpl { /// 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. ///