forked from OSchip/llvm-project
VC++ demands that the function returns a value
llvm-svn: 22393
This commit is contained in:
parent
df8946dede
commit
33b8232ce0
|
@ -81,6 +81,7 @@ namespace llvm {
|
||||||
}
|
}
|
||||||
virtual uint64_t getConstantPoolEntryAddress(unsigned Index) {
|
virtual uint64_t getConstantPoolEntryAddress(unsigned Index) {
|
||||||
assert(0 && "CP not implementated yet!");
|
assert(0 && "CP not implementated yet!");
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// JIT SPECIFIC FUNCTIONS - DO NOT IMPLEMENT THESE HERE!
|
/// JIT SPECIFIC FUNCTIONS - DO NOT IMPLEMENT THESE HERE!
|
||||||
|
|
Loading…
Reference in New Issue