Using PDL as a prefix for PassDebugLevel enums is not a good idea.
[oota-llvm.git] / include / llvm / Pass.h
index b376b8b1d39037e4fa2e15571c0e3f38e6fc10a5..15381ac978b13a245bdf4898cf770ca98e12340a 100644 (file)
@@ -355,11 +355,6 @@ private:
 /// @brief This is the storage for the -time-passes option.
 extern bool TimePassesIsEnabled;
 
-// Different debug levels that can be enabled...
-enum PassDebugLevel {
-  PDLNone, PDLArguments, PDLStructure, PDLExecutions, PDLDetails
-};
-
 } // End llvm namespace
 
 // Include support files that contain important APIs commonly used by Passes,