Skip to content

Commit 6b567c2

Browse files
committed
code format
1 parent 46f34a9 commit 6b567c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lld/ELF/Arch/LoongArch.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,8 @@ static bool relax(Ctx &ctx, InputSection &sec) {
10151015
//
10161016
// The code sequence converted is as follows:
10171017
// * lu12i.w $a0, %le_hi20(sym) # le_hi20 != 0, otherwise NOP
1018-
// * ori $a0, src, %le_lo12(sym) # le_hi20 != 0, src = $a0, otherwise src = $zero
1018+
// * ori $a0, src, %le_lo12(sym) # le_hi20 != 0, src = $a0,
1019+
// # otherwise, src = $zero
10191020
//
10201021
// When relaxation enables, redundant NOPs can be removed.
10211022
void LoongArch::tlsIeToLe(uint8_t *loc, const Relocation &rel,

0 commit comments

Comments
 (0)