[llvm-commits] CVS: llvm/include/llvm/Transforms/RSProfiling.h
Devang Patel
dpatel at apple.com
Wed May 2 18:13:54 PDT 2007
Changes in directory llvm/include/llvm/Transforms:
RSProfiling.h updated: 1.4 -> 1.5
---
Log message:
Drop 'const'
---
Diffs of the changes: (+1 -1)
RSProfiling.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Transforms/RSProfiling.h
diff -u llvm/include/llvm/Transforms/RSProfiling.h:1.4 llvm/include/llvm/Transforms/RSProfiling.h:1.5
--- llvm/include/llvm/Transforms/RSProfiling.h:1.4 Wed May 2 16:39:18 2007
+++ llvm/include/llvm/Transforms/RSProfiling.h Wed May 2 20:11:53 2007
@@ -23,7 +23,7 @@
/// this interface are expected to chain to other implementations, such that
/// multiple profilers can be support simultaniously.
struct RSProfilers : public ModulePass {
- static const char ID; // Pass identification, replacement for typeinfo
+ static char ID; // Pass identification, replacement for typeinfo
RSProfilers() : ModulePass((intptr_t)&ID) {}
/// isProfiling - This method returns true if the value passed it was
More information about the llvm-commits
mailing list