mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-19 02:08:06 +00:00
This method was never implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18039 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1deb74d7ee
commit
f6f0989754
@ -38,12 +38,6 @@ namespace llvm {
|
|||||||
/// code.
|
/// code.
|
||||||
///
|
///
|
||||||
virtual void replaceMachineCodeForFunction (void *Old, void *New);
|
virtual void replaceMachineCodeForFunction (void *Old, void *New);
|
||||||
|
|
||||||
/// getJITStubForFunction - Create or return a stub for the specified
|
|
||||||
/// function. This stub acts just like the specified function, except that
|
|
||||||
/// it allows the "address" of the function to be taken without having to
|
|
||||||
/// generate code for it.
|
|
||||||
//virtual void *getJITStubForFunction(Function *F, MachineCodeEmitter &MCE);
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user