[llvm-commits] CVS: reopt/lib/LightWtProfiling/SecondTrigger.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Sun Dec 5 23:54:51 PST 2004
Changes in directory reopt/lib/LightWtProfiling:
SecondTrigger.cpp updated: 1.38 -> 1.39
---
Log message:
Remove whitespace.
---
Diffs of the changes: (+0 -1)
Index: reopt/lib/LightWtProfiling/SecondTrigger.cpp
diff -u reopt/lib/LightWtProfiling/SecondTrigger.cpp:1.38 reopt/lib/LightWtProfiling/SecondTrigger.cpp:1.39
--- reopt/lib/LightWtProfiling/SecondTrigger.cpp:1.38 Mon Dec 6 01:01:55 2004
+++ reopt/lib/LightWtProfiling/SecondTrigger.cpp Mon Dec 6 01:54:40 2004
@@ -49,7 +49,6 @@
// of times a given trace is selected, and the second element of the
// pair counts the number of times a given trace is *not* selected:
static std::map<uint64_t, std::pair<long, long> > backOffCounters;
-
// Maps the return addresses of llvm_first_trigger calls to the
// target of the branch that follows the call. This is sort of like the FLIMap
// in TraceToFunction.
More information about the llvm-commits
mailing list