[llvm] dffb58e - LLVMContextImpl.h - remove defunct getOrAddScope* helpers declarations. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 24 05:44:49 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-24T13:27:59+01:00
New Revision: dffb58eddff4dee8640abd8ad0700b06d2218285

URL: https://github.com/llvm/llvm-project/commit/dffb58eddff4dee8640abd8ad0700b06d2218285
DIFF: https://github.com/llvm/llvm-project/commit/dffb58eddff4dee8640abd8ad0700b06d2218285.diff

LOG: 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.

Added: 
    

Modified: 
    llvm/lib/IR/LLVMContextImpl.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/IR/LLVMContextImpl.h b/llvm/lib/IR/LLVMContextImpl.h
index 52e9c0608fb0..705ffdc58726 100644
--- a/llvm/lib/IR/LLVMContextImpl.h
+++ b/llvm/lib/IR/LLVMContextImpl.h
@@ -1380,9 +1380,6 @@ class LLVMContextImpl {
   /// instructions in 
diff erent 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.
   ///


        


More information about the llvm-commits mailing list