From: Chris Lattner Date: Tue, 23 Nov 2004 18:47:55 +0000 (+0000) Subject: This method is dead X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=22cd028eef97ea5ea7193fd69ed109bf0c7c347b;p=oota-llvm.git This method is dead git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18160 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCJITInfo.h b/lib/Target/PowerPC/PPCJITInfo.h index 05c5b9a6d3f..ce4d1d36ff2 100644 --- a/lib/Target/PowerPC/PPCJITInfo.h +++ b/lib/Target/PowerPC/PPCJITInfo.h @@ -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); }; }