commit | dbd28a3a3b8657faad8b2fdbb2d505d63e229121 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Thu Oct 29 12:55:32 2009 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Thu Oct 29 12:55:32 2009 +0000 |
tree | 7315f457242ded583ce58f6d572e7c92a413d959 | |
parent | b7f1f1053add0239195844f748833c58565c569a [diff] [blame] |
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