[llvm-commits] CVS: reopt/lib/LightWtProfiling/SecondTrigger.h

Brian Gaeke gaeke at cs.uiuc.edu
Thu Oct 30 14:46:01 PST 2003


Changes in directory reopt/lib/LightWtProfiling:

SecondTrigger.h updated: 1.1 -> 1.2

---
Log message:

Add prototype for countPath() here.


---
Diffs of the changes:  (+2 -0)

Index: reopt/lib/LightWtProfiling/SecondTrigger.h
diff -u reopt/lib/LightWtProfiling/SecondTrigger.h:1.1 reopt/lib/LightWtProfiling/SecondTrigger.h:1.2
--- reopt/lib/LightWtProfiling/SecondTrigger.h:1.1	Tue Aug 12 22:07:29 2003
+++ reopt/lib/LightWtProfiling/SecondTrigger.h	Thu Oct 30 14:45:39 2003
@@ -23,4 +23,6 @@
 ///
 uint32_t scanForBranch (const uint64_t startAddr, uint64_t &foundAddr);
 
+void countPath ();
+
 #endif // SECONDTRIGGER_H





More information about the llvm-commits mailing list