Fix a typo, thanks Bill!
authorNate Begeman <natebegeman@mac.com>
Wed, 28 Feb 2007 09:16:38 +0000 (09:16 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 28 Feb 2007 09:16:38 +0000 (09:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34741 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachOWriter.cpp

index de81e5fd6a1b2aff1fc09a908ff61ae46a41066e..981113b19b044ad6bb23b87b1c53bcb0b6569061 100644 (file)
@@ -107,7 +107,7 @@ namespace llvm {
     
     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!");