Remove extraneous printing of "-PC".

llvm-svn: 142970
This commit is contained in:
Owen Anderson 2011-10-25 20:44:00 +00:00
parent fa4aca564b
commit b3538ebf33

View File

@ -828,7 +828,6 @@ error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel,
report_fatal_error(ec.message());
fmt << Name << "-" << SucName;
if (isPCRel) fmt << "-PC";
}
case 6: // X86_64_RELOC_SIGNED1
fmt << Name << "-1";