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.
This commit is contained in:
Simon Pilgrim 2020-04-24 13:27:42 +01:00
parent 716a5875bc
commit dffb58eddf
1 changed files with 0 additions and 3 deletions

View 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.
///