VC++ demands that the function returns a value

llvm-svn: 22393
This commit is contained in:
Jeff Cohen 2005-07-12 02:53:33 +00:00
parent df8946dede
commit 33b8232ce0
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ namespace llvm {
}
virtual uint64_t getConstantPoolEntryAddress(unsigned Index) {
assert(0 && "CP not implementated yet!");
return 0;
}
/// JIT SPECIFIC FUNCTIONS - DO NOT IMPLEMENT THESE HERE!