Add accessor
authorChris Lattner <sabre@nondot.org>
Sat, 20 Nov 2004 03:11:07 +0000 (03:11 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Nov 2004 03:11:07 +0000 (03:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18030 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JIT.h

index b0c26b0d2cc8d17ab426d9dba8edccd9f6868ca0..59482369bae02c2769e47e4ff3df34f092491bde 100644 (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