mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Make replaceMachineCodeForFunction() return void.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9289 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
682ce72e60
commit
17b53a8733
@ -677,7 +677,7 @@ public:
|
||||
virtual bool addPassesToJITCompile(FunctionPassManager &PM);
|
||||
virtual bool addPassesToEmitMachineCode(FunctionPassManager &PM,
|
||||
MachineCodeEmitter &MCE);
|
||||
virtual bool replaceMachineCodeForFunction(void *Old, void *New);
|
||||
virtual void replaceMachineCodeForFunction(void *Old, void *New);
|
||||
|
||||
// getPrologEpilogInsertionPass - Inserts prolog/epilog code.
|
||||
FunctionPass* getPrologEpilogInsertionPass();
|
||||
|
Loading…
x
Reference in New Issue
Block a user