commit | 5e1db97573de24836c58be67e6b33eaf23492fac | [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 | 59394430cfc7797e9af801c7a9cf32b743969bfe | |
parent | 09bd8656c308b6ca1e66f6b6eeaa2675fc548984 [diff] [blame] |
Fix MSVC build. llvm-svn: 85505
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.h b/llvm/lib/ExecutionEngine/JIT/JIT.h index a5b728a..fb3cb24 100644 --- a/llvm/lib/ExecutionEngine/JIT/JIT.h +++ b/llvm/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