[llvm-commits] CVS: reopt/include/reopt/TraceCache.h
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jul 8 02:15:07 PDT 2004
Changes in directory reopt/include/reopt:
TraceCache.h updated: 1.17 -> 1.18
---
Log message:
Add prototype for private void init(int) method.
---
Diffs of the changes: (+2 -0)
Index: reopt/include/reopt/TraceCache.h
diff -u reopt/include/reopt/TraceCache.h:1.17 reopt/include/reopt/TraceCache.h:1.18
--- reopt/include/reopt/TraceCache.h:1.17 Wed Nov 19 16:51:42 2003
+++ reopt/include/reopt/TraceCache.h Thu Jul 8 02:14:15 2004
@@ -37,6 +37,8 @@
int limit, currSize;
+ // common constructor code
+ void init (int limitSize);
//gets addr of target in branch
uint64_t getBranchAddr(const std::pair<uint64_t, uint64_t> &n);
//change every address in F pointing to frm to "to"
More information about the llvm-commits
mailing list