Add accessor

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18030 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-11-20 03:11:07 +00:00
parent b89df9cc63
commit 890b4bd3c0

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