Changes in directory llvm/lib/Transforms/Instrumentation:
EdgeProfiling.cpp updated: 1.15 -> 1.16 RSProfiling.cpp updated: 1.27 -> 1.28 --- Log message: Fix typo in comment. --- Diffs of the changes: (+3 -3) EdgeProfiling.cpp | 2 +- RSProfiling.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp diff -u llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp:1.15 llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp:1.16 --- llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp:1.15 Wed May 2 20:11:54 2007 +++ llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp Sun May 6 08:37:16 2007 @@ -33,7 +33,7 @@ class VISIBILITY_HIDDEN EdgeProfiler : public ModulePass { bool runOnModule(Module &M); public: - static char ID; // Pass identifcation, replacement for typeid + static char ID; // Pass identification, replacement for typeid EdgeProfiler() : ModulePass((intptr_t)&ID) {} }; Index: llvm/lib/Transforms/Instrumentation/RSProfiling.cpp diff -u llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.27 llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.28 --- llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.27 Wed May 2 20:11:54 2007 +++ llvm/lib/Transforms/Instrumentation/RSProfiling.cpp Sun May 6 08:37:16 2007 @@ -69,7 +69,7 @@ /// measuring framework overhead class VISIBILITY_HIDDEN NullProfilerRS : public RSProfilers { public: - static char ID; // Pass identifcation, replacement for typeid + static char ID; // Pass identification, replacement for typeid bool isProfiling(Value* v) { return false; } @@ -139,7 +139,7 @@ /// ProfilerRS - Insert the random sampling framework struct VISIBILITY_HIDDEN ProfilerRS : public FunctionPass { - static char ID; // Pass identifcation, replacement for typeid + static char ID; // Pass identification, replacement for typeid ProfilerRS() : FunctionPass((intptr_t)&ID) {} std::map<Value*, Value*> TransCache; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits