This method is dead

llvm-svn: 18160
This commit is contained in:
Chris Lattner 2004-11-23 18:47:55 +00:00
parent 24ad93f55c
commit febc3eb8fa
1 changed files with 0 additions and 7 deletions

View 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);
};
}