1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Fix MSVC build.

llvm-svn: 85505
This commit is contained in:
Benjamin Kramer 2009-10-29 12:55:32 +00:00
parent 5207d16c05
commit c2ed14cdb8

View File

@ -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