mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 08:11:52 +00:00
Fix a warning
llvm-svn: 18083
This commit is contained in:
parent
f4c8575535
commit
ed19f4fe7d
@ -48,6 +48,7 @@ namespace llvm {
|
|||||||
/// address. Return the address of the resultant function.
|
/// address. Return the address of the resultant function.
|
||||||
virtual void *emitFunctionStub(void *Fn, MachineCodeEmitter &MCE) {
|
virtual void *emitFunctionStub(void *Fn, MachineCodeEmitter &MCE) {
|
||||||
assert(0 && "This target doesn't implement emitFunctionStub!");
|
assert(0 && "This target doesn't implement emitFunctionStub!");
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// LazyResolverFn - This typedef is used to represent the function that
|
/// LazyResolverFn - This typedef is used to represent the function that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user