Changes in directory llvm/lib/CodeGen:
MachOWriter.cpp updated: 1.29 -> 1.30 --- Log message: Fix a typo, thanks Bill! --- Diffs of the changes: (+1 -1) MachOWriter.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/MachOWriter.cpp diff -u llvm/lib/CodeGen/MachOWriter.cpp:1.29 llvm/lib/CodeGen/MachOWriter.cpp:1.30 --- llvm/lib/CodeGen/MachOWriter.cpp:1.29 Wed Feb 28 01:40:50 2007 +++ llvm/lib/CodeGen/MachOWriter.cpp Wed Feb 28 03:16:38 2007 @@ -107,7 +107,7 @@ virtual intptr_t getConstantPoolEntryAddress(unsigned Index) const { assert(CPLocations.size() > Index && "CP not emitted!"); - return CPLocations[Index];\ + return CPLocations[Index]; } virtual intptr_t getJumpTableEntryAddress(unsigned Index) const { assert(JTLocations.size() > Index && "JT not emitted!"); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits