Remove extraneous printing of "-PC".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2011-10-25 20:44:00 +00:00
parent 7d5b621f77
commit c8aa726ec2

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";