From: Benjamin Kramer Date: Thu, 29 Oct 2009 12:55:32 +0000 (+0000) Subject: Fix MSVC build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0507d8373a074c77f524b435cdf076accd65394a;p=oota-llvm.git 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 a5b728a1c53..fb3cb24333f 100644 --- a/lib/ExecutionEngine/JIT/JIT.h +++ b/lib/ExecutionEngine/JIT/JIT.h @@ -130,6 +130,7 @@ public: void *getPointerToBasicBlock(BasicBlock *BB) { assert(0 && "JIT does not support address-of-label yet!"); + return 0; } /// getOrEmitGlobalVariable - Return the address of the specified global