No need for typedefs with enums in C++.
[oota-llvm.git] / include / llvm / Pass.h
index 231aa76507d67a53612f18cbf20461b86be2c9bc..0dae59cf9b583e358a8715e62232feabeb7e07e6 100644 (file)
@@ -66,8 +66,6 @@ enum PassManagerType {
   PMT_Last
 };
 
-typedef enum PassManagerType PassManagerType;
-
 //===----------------------------------------------------------------------===//
 /// Pass interface - Implemented by all 'passes'.  Subclass this if you are an
 /// interprocedural optimization or you do not fit into any of the more