summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCJITInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-23 18:47:55 +0000
committerChris Lattner <sabre@nondot.org>2004-11-23 18:47:55 +0000
commit22cd028eef97ea5ea7193fd69ed109bf0c7c347b (patch)
tree570b61343c18548c992ebcf724a9b57a9ad419c0 /lib/Target/PowerPC/PPCJITInfo.h
parent05ad23711edc5ab56b302571419314da29d79199 (diff)
downloadllvm-22cd028eef97ea5ea7193fd69ed109bf0c7c347b.tar.gz
llvm-22cd028eef97ea5ea7193fd69ed109bf0c7c347b.tar.bz2
llvm-22cd028eef97ea5ea7193fd69ed109bf0c7c347b.tar.xz
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/PPCJITInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCJITInfo.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/PowerPC/PPCJITInfo.h b/lib/Target/PowerPC/PPCJITInfo.h
index 05c5b9a6d3..ce4d1d36ff 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);
};
}