[llvm-commits] CVS: llvm/lib/CodeGen/ELFWriter.cpp

Jeff Cohen jeffc at jolt-lang.org
Mon Jul 11 19:53:44 PDT 2005



Changes in directory llvm/lib/CodeGen:

ELFWriter.cpp updated: 1.7 -> 1.8
---
Log message:

VC++ demands that the function returns a value

---
Diffs of the changes:  (+1 -0)

 ELFWriter.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/CodeGen/ELFWriter.cpp
diff -u llvm/lib/CodeGen/ELFWriter.cpp:1.7 llvm/lib/CodeGen/ELFWriter.cpp:1.8
--- llvm/lib/CodeGen/ELFWriter.cpp:1.7	Mon Jul 11 01:34:30 2005
+++ llvm/lib/CodeGen/ELFWriter.cpp	Mon Jul 11 21:53:33 2005
@@ -81,6 +81,7 @@
     }
     virtual uint64_t getConstantPoolEntryAddress(unsigned Index) {
       assert(0 && "CP not implementated yet!");
+      return 0;
     }
 
     /// JIT SPECIFIC FUNCTIONS - DO NOT IMPLEMENT THESE HERE!






More information about the llvm-commits mailing list