[llvm-commits] CVS: reopt/lib/LightWtProfiling/SLI.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Mar 5 11:31:01 PST 2004
Changes in directory reopt/lib/LightWtProfiling:
SLI.cpp updated: 1.16 -> 1.17
---
Log message:
Remove redundant decls. Fix typo in a comment.
---
Diffs of the changes: (+1 -3)
Index: reopt/lib/LightWtProfiling/SLI.cpp
diff -u reopt/lib/LightWtProfiling/SLI.cpp:1.16 reopt/lib/LightWtProfiling/SLI.cpp:1.17
--- reopt/lib/LightWtProfiling/SLI.cpp:1.16 Fri Mar 5 00:43:10 2004
+++ reopt/lib/LightWtProfiling/SLI.cpp Fri Mar 5 11:29:50 2004
@@ -32,8 +32,6 @@
namespace llvm {
extern "C" void llvm_time_end();
-extern "C" void llvm_first_trigger();
-extern void initModules ();
enum Color {
WHITE,
@@ -198,7 +196,7 @@
/// doInstrumentation - Perform second-level instrumentation on a "hot" loop.
/// brTarget is the address of the beginning of the loop, and branchAddr
-/// is the address of the branch that branches back brTarget, ending the
+/// is the address of the branch that branches back to brTarget, ending the
/// loop.
///
void doInstrumentation(uint64_t brTarget, uint64_t branchAddr, VirtualMem *vm){
More information about the llvm-commits
mailing list