Add accessor

llvm-svn: 18030
This commit is contained in:
Chris Lattner 2004-11-20 03:11:07 +00:00
parent 1caf0161f2
commit b7b78508a8
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ class JIT : public ExecutionEngine {
public:
~JIT();
/// getJITInfo - Return the target JIT information structure.
///
TargetJITInfo &getJITInfo() const { return TJI; }
/// create - Create an return a new JIT compiler if there is one available
/// for the current target. Otherwise, return null. If the JIT is created
/// successfully, it takes responsibility for deleting the specified