mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-05-13 17:37:00 +00:00
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.
|
/// instructions in different blocks at the same location.
|
||||||
DenseMap<std::pair<const char *, unsigned>, unsigned> DiscriminatorTable;
|
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
|
/// A set of interned tags for operand bundles. The StringMap maps
|
||||||
/// bundle tags to their IDs.
|
/// bundle tags to their IDs.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user