[llvm-commits] CVS: reopt/lib/LightWtProfiling/SecondTrigger.h
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Oct 30 23:37:06 PST 2003
Changes in directory reopt/lib/LightWtProfiling:
SecondTrigger.h updated: 1.2 -> 1.3
---
Log message:
Give this file a head-of-file comment.
---
Diffs of the changes: (+6 -1)
Index: reopt/lib/LightWtProfiling/SecondTrigger.h
diff -u reopt/lib/LightWtProfiling/SecondTrigger.h:1.2 reopt/lib/LightWtProfiling/SecondTrigger.h:1.3
--- reopt/lib/LightWtProfiling/SecondTrigger.h:1.2 Thu Oct 30 14:45:39 2003
+++ reopt/lib/LightWtProfiling/SecondTrigger.h Thu Oct 30 23:36:09 2003
@@ -1,3 +1,9 @@
+//===-- LightWtProfiling/SecondTrigger.h -------------------------*- C++ -*--=//
+//
+// Prototypes for methods exported by SecondTrigger.cpp.
+//
+//===----------------------------------------------------------------------===//
+
#ifndef SECONDTRIGGER_H
#define SECONDTRIGGER_H
@@ -7,7 +13,6 @@
extern std::map<uint64_t, uint64_t> firstTriggerAddr;
-// Declarations of methods provided by SecondTrigger.cpp
void generateTraces(uint64_t start, uint64_t end,
std::vector<uint64_t> &paths,
uint64_t firstLevelTraceStartAddr);
More information about the llvm-commits
mailing list