Fix a warning
authorChris Lattner <sabre@nondot.org>
Sun, 21 Nov 2004 04:42:32 +0000 (04:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Nov 2004 04:42:32 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18083 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetJITInfo.h

index 4c2e185164fd1e663f95a23a0b6e594469e06187..f126aaaf7a2522b11131893fda998aed0a9a75c6 100644 (file)
@@ -48,6 +48,7 @@ namespace llvm {
     /// address.  Return the address of the resultant function.
     virtual void *emitFunctionStub(void *Fn, MachineCodeEmitter &MCE) {
       assert(0 && "This target doesn't implement emitFunctionStub!");
+      return 0;
     }
 
     /// LazyResolverFn - This typedef is used to represent the function that