This method is dead
authorChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2004 18:47:55 +0000 (18:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2004 18:47:55 +0000 (18:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18160 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCJITInfo.h

index 05c5b9a6d3fe15e7e16c4e248bb0272ecd00b8d8..ce4d1d36ff2f519f70809bfdd946267b8c0e66d9 100644 (file)
@@ -30,13 +30,6 @@ namespace llvm {
     /// is not supported for this target.
     ///
     virtual void addPassesToJITCompile(FunctionPassManager &PM);
-    
-    /// replaceMachineCodeForFunction - Make it so that calling the function
-    /// whose machine code is at OLD turns into a call to NEW, perhaps by
-    /// overwriting OLD with a branch to NEW.  This is used for self-modifying
-    /// code.
-    ///
-    virtual void replaceMachineCodeForFunction(void *Old, void *New);
   };
 }