1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02: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:
Simon Pilgrim 2020-04-24 13:27:42 +01:00
parent afee4cdef0
commit f5458bf9ea

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