This method was never implemented
authorChris Lattner <sabre@nondot.org>
Sat, 20 Nov 2004 04:19:47 +0000 (04:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Nov 2004 04:19:47 +0000 (04:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18039 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9JITInfo.h

index f7888aaf778b895e1d6e8b1c1977ba9feaa9a151..510984a00e8db2c53203a1f0eaf79433b1f1e6b1 100644 (file)
@@ -38,12 +38,6 @@ namespace llvm {
     /// code.
     ///
     virtual void replaceMachineCodeForFunction (void *Old, void *New);
-    
-    /// getJITStubForFunction - Create or return a stub for the specified
-    /// function.  This stub acts just like the specified function, except that
-    /// it allows the "address" of the function to be taken without having to
-    /// generate code for it.
-    //virtual void *getJITStubForFunction(Function *F, MachineCodeEmitter &MCE);
   };
 }