Remove extraneous printing of "-PC".

llvm-svn: 142970
This commit is contained in:
Owen Anderson 2011-10-25 20:44:00 +00:00
parent bf72f2ca19
commit 377137e2ed
1 changed files with 0 additions and 1 deletions

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