Kill trailing whitespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119979 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jason W Kim 2010-11-22 18:42:07 +00:00
parent 4a511f0be2
commit 858e7506e1

View File

@ -125,7 +125,7 @@ namespace {
unsigned Type;
const MCSymbol *Symbol;
uint64_t r_addend;
ELFRelocationEntry()
: r_offset(0), Index(0), Type(0), Symbol(0), r_addend(0) {}
@ -1524,7 +1524,7 @@ void MBlazeELFObjectWriter::RecordRelocation(const MCAssembler &Asm,
if (RelocNeedsGOT(Modifier))
NeedsGOT = true;
uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) +
uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) +
Fixup.getOffset();
if (! HasRelocationAddend) Addend = 0;
@ -1736,7 +1736,7 @@ void X86ELFObjectWriter::RecordRelocation(const MCAssembler &Asm,
NeedsGOT = true;
uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) +
uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) +
Fixup.getOffset();
if (! HasRelocationAddend) Addend = 0;