mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
This method is dead
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18160 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -30,13 +30,6 @@ namespace llvm {
|
|||||||
/// is not supported for this target.
|
/// is not supported for this target.
|
||||||
///
|
///
|
||||||
virtual void addPassesToJITCompile(FunctionPassManager &PM);
|
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);
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user