Object: Fix errant fallthrough.
authorJim Grosbach <grosbach@apple.com>
Thu, 31 Jan 2013 19:46:57 +0000 (19:46 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 31 Jan 2013 19:46:57 +0000 (19:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174079 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Object/MachOObjectFile.cpp

index 0ad88934005c56206d774af0b2c7623434512891..a8536184b75002f315e238a70d239aadc8c7e57d 100644 (file)
@@ -1076,6 +1076,7 @@ error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel,
         printRelocationTargetName(RENext, fmt);
         fmt << "-";
         printRelocationTargetName(RE, fmt);
+        break;
       }
       case macho::RIT_X86_64_TLV:
         printRelocationTargetName(RE, fmt);