Skip to content

Commit 1e43085

Browse files
authored
clang-format
1 parent df04e31 commit 1e43085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,8 @@ bool RISCVAsmBackend::evaluateVendorFixup(const MCAssembler &Asm,
641641
}
642642
// End copy of MCAssembler::evaluateFixup
643643

644-
// If we failed to resolve, or we need to force relocations (relaxations), then
645-
// record a vendor relocation too.
644+
// If we failed to resolve, or we need to force relocations (relaxations),
645+
// then record a vendor relocation too.
646646
if ((!IsResolved || shouldForceRelocation(Asm, Fixup, Target, STI)) &&
647647
RecordReloc) {
648648
// Here are the additions to emit a vendor relocation for fixups that need

0 commit comments

Comments
 (0)