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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits