Fix MSVC build.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85505 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/JIT/JIT.h b/lib/ExecutionEngine/JIT/JIT.h
index a5b728a..fb3cb24 100644
--- a/lib/ExecutionEngine/JIT/JIT.h
+++ b/lib/ExecutionEngine/JIT/JIT.h
@@ -130,6 +130,7 @@
 
   void *getPointerToBasicBlock(BasicBlock *BB) {
     assert(0 && "JIT does not support address-of-label yet!");
+    return 0;
   }
   
   /// getOrEmitGlobalVariable - Return the address of the specified global