mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 16:07:49 +00:00
Add stub version of replaceMachineCodeForFunction. It will live here until
we have a better place for it to go. llvm-svn: 9197
This commit is contained in:
parent
7157eed00f
commit
fc52099b3c
@ -98,6 +98,14 @@ public:
|
||||
MachineCodeEmitter &MCE) {
|
||||
return true;
|
||||
}
|
||||
|
||||
/// replaceMachineCodeForFunction - Make it so that calling the
|
||||
/// function whose machine code is at OLD turns into a call to NEW. Returns
|
||||
/// true iff an error occurred. FIXME: this is JIT-specific.
|
||||
///
|
||||
virtual bool replaceMachineCodeForFunction (void *Old, void *New) {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user