[llvm-commits] CVS: reopt/include/reopt/TraceJIT.h
Brian Gaeke
gaeke at cs.uiuc.edu
Sun Nov 28 23:36:09 PST 2004
Changes in directory reopt/include/reopt:
TraceJIT.h updated: 1.4 -> 1.5
---
Log message:
Update TraceJIT data structure to match recent JIT changes.
---
Diffs of the changes: (+4 -0)
Index: reopt/include/reopt/TraceJIT.h
diff -u reopt/include/reopt/TraceJIT.h:1.4 reopt/include/reopt/TraceJIT.h:1.5
--- reopt/include/reopt/TraceJIT.h:1.4 Mon Nov 8 14:59:38 2004
+++ reopt/include/reopt/TraceJIT.h Mon Nov 29 01:35:57 2004
@@ -47,6 +47,10 @@
public:
~TraceJIT();
+ /// getJITInfo - Return the target JIT information structure.
+ ///
+ TargetJITInfo &getJITInfo() const { return TJI; }
+
/// create - Create an return a new TraceJIT compiler if there is one available
/// for the current target. Otherwise, return null. If the TraceJIT is created
/// successfully, it takes responsibility for deleting the specified
More information about the llvm-commits
mailing list