mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 11:38:35 +00:00
Typedef NumeredTypesMapTy is not used anywhere.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cfce940eae
commit
7a0a087f28
@ -298,10 +298,6 @@ public:
|
||||
/// registered in this LLVMContext.
|
||||
void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
|
||||
|
||||
|
||||
typedef DenseMap<StructType*, unsigned, DenseMapInfo<StructType*> >
|
||||
NumeredTypesMapTy;
|
||||
|
||||
/// Return the type with the specified name, or null if there is none by that
|
||||
/// name.
|
||||
StructType *getTypeByName(StringRef Name) const;
|
||||
|
Loading…
Reference in New Issue
Block a user