[llvm] r209502 - Typedef NumeredTypesMapTy is not used anywhere.

Yaron Keren yaron.keren at gmail.com
Fri May 23 00:31:25 PDT 2014


Author: yrnkrn
Date: Fri May 23 02:31:25 2014
New Revision: 209502

URL: http://llvm.org/viewvc/llvm-project?rev=209502&view=rev
Log:
Typedef NumeredTypesMapTy is not used anywhere.


Modified:
    llvm/trunk/include/llvm/IR/Module.h

Modified: llvm/trunk/include/llvm/IR/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Module.h?rev=209502&r1=209501&r2=209502&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Module.h (original)
+++ llvm/trunk/include/llvm/IR/Module.h Fri May 23 02:31:25 2014
@@ -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;





More information about the llvm-commits mailing list