[llvm-commits] CVS: llvm/include/llvm/PassManagers.h
Devang Patel
dpatel at apple.com
Wed May 2 18:14:11 PDT 2007
Changes in directory llvm/include/llvm:
PassManagers.h updated: 1.18 -> 1.19
---
Log message:
Drop 'const'
---
Diffs of the changes: (+1 -1)
PassManagers.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/PassManagers.h
diff -u llvm/include/llvm/PassManagers.h:1.18 llvm/include/llvm/PassManagers.h:1.19
--- llvm/include/llvm/PassManagers.h:1.18 Wed May 2 16:39:18 2007
+++ llvm/include/llvm/PassManagers.h Wed May 2 20:11:53 2007
@@ -336,7 +336,7 @@
class FPPassManager : public ModulePass, public PMDataManager {
public:
- static const char ID;
+ static char ID;
explicit FPPassManager(int Depth)
: ModulePass((intptr_t)&ID), PMDataManager(Depth) { }
More information about the llvm-commits
mailing list