forked from OSchip/llvm-project
[Mips] Reformat the code with clang-format
No functional changes. llvm-svn: 227049
This commit is contained in:
parent
d94b0e6541
commit
6d0f0021ee
|
@ -256,8 +256,7 @@ std::error_code MipsTargetRelocationHandler::applyRelocation(
|
|||
false);
|
||||
break;
|
||||
case R_MICROMIPS_LO16:
|
||||
relocLo16(ins, relocVAddress, targetVAddress, ref.addend(), isGpDisp,
|
||||
true);
|
||||
relocLo16(ins, relocVAddress, targetVAddress, ref.addend(), isGpDisp, true);
|
||||
break;
|
||||
case R_MIPS_GOT16:
|
||||
case R_MIPS_CALL16:
|
||||
|
|
Loading…
Reference in New Issue