Changes in directory llvm/include/llvm:
Pass.h updated: 1.60 -> 1.61 --- Log message: Using PDL as a prefix for PassDebugLevel enums is not a good idea. Fix it. --- Diffs of the changes: (+0 -5) Pass.h | 5 ----- 1 files changed, 5 deletions(-) Index: llvm/include/llvm/Pass.h diff -u llvm/include/llvm/Pass.h:1.60 llvm/include/llvm/Pass.h:1.61 --- llvm/include/llvm/Pass.h:1.60 Wed Dec 13 14:03:48 2006 +++ llvm/include/llvm/Pass.h Wed Dec 13 15:13:31 2006 @@ -355,11 +355,6 @@ /// @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, _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits