LLVMContextImpl.h - remove defunct getOrAddScope* helpers declarations. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 24 Apr 2020 12:27:42 +0000 (13:27 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 24 Apr 2020 12:27:59 +0000 (13:27 +0100)
The implementation and uses were removed back at rL223802 (IR: Split Metadata from Value) but these were missed.

llvm/lib/IR/LLVMContextImpl.h

index 52e9c06..705ffdc 100644 (file)
@@ -1380,9 +1380,6 @@ public:
   /// instructions in different blocks at the same location.
   DenseMap<std::pair<const char *, unsigned>, 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.
   ///