diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-23 18:47:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-23 18:47:55 +0000 |
commit | 22cd028eef97ea5ea7193fd69ed109bf0c7c347b (patch) | |
tree | 570b61343c18548c992ebcf724a9b57a9ad419c0 /lib/Target/PowerPC | |
parent | 05ad23711edc5ab56b302571419314da29d79199 (diff) | |
download | external_llvm-22cd028eef97ea5ea7193fd69ed109bf0c7c347b.zip external_llvm-22cd028eef97ea5ea7193fd69ed109bf0c7c347b.tar.gz external_llvm-22cd028eef97ea5ea7193fd69ed109bf0c7c347b.tar.bz2 |
This method is dead
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC')
-rw-r--r-- | lib/Target/PowerPC/PPCJITInfo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/PowerPC/PPCJITInfo.h b/lib/Target/PowerPC/PPCJITInfo.h index 05c5b9a..ce4d1d3 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); }; } |