1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

kill trailing space

llvm-svn: 120586
This commit is contained in:
Jason W Kim 2010-12-01 19:07:22 +00:00
parent 538c57aeed
commit d468d24fc9

View File

@ -134,7 +134,7 @@ void ELFARMAsmBackend::ApplyFixup(const MCFixup &Fixup, MCDataFragment &DF,
uint64_t Value) const {
uint32_t Mask = 0;
// Fixme: 2 for Thumb
unsigned NumBytes = 4;
unsigned NumBytes = 4;
Value = adjustFixupValue(Fixup.getKind(), Value);
switch (Fixup.getKind()) {