[llvm-commits] CVS: llvm/include/llvm/Pass.h
Devang Patel
dpatel at apple.com
Wed Dec 13 13:13:48 PST 2006
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,
More information about the llvm-commits
mailing list