forked from OSchip/llvm-project
MC: whitespace
Fix indentation, remove unnecessary line. NFC. llvm-svn: 200158
This commit is contained in:
parent
f19dc30518
commit
077fd251fd
|
@ -446,7 +446,6 @@ static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
|
|||
Binary |= secondHalf << 16;
|
||||
Binary |= firstHalf;
|
||||
return Binary;
|
||||
|
||||
}
|
||||
case ARM::fixup_arm_thumb_blx: {
|
||||
// The value doesn't encode the low two bits (always zero) and is offset by
|
||||
|
|
Loading…
Reference in New Issue