forked from OSchip/llvm-project
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:
parent
716a5875bc
commit
dffb58eddf
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue