Skip to content

Commit 1484f94

Browse files
committed
revise indentation.
1 parent dcf857e commit 1484f94

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lld/test/ELF/loongarch-relax-emit-relocs.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,17 @@
173173

174174
.macro add dst, src1, src2, src3
175175
.ifdef ELF64
176-
add.d \dst, \src1, \src2, \src3
176+
add.d \dst, \src1, \src2, \src3
177177
.else
178-
add.w \dst, \src1, \src2, \src3
178+
add.w \dst, \src1, \src2, \src3
179179
.endif
180180
.endm
181181

182182
.macro addi dst, src1, src2
183183
.ifdef ELF64
184-
addi.d \dst, \src1, \src2
184+
addi.d \dst, \src1, \src2
185185
.else
186-
addi.w \dst, \src1, \src2
186+
addi.w \dst, \src1, \src2
187187
.endif
188188
.endm
189189

lld/test/ELF/loongarch-tls-gd.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## LoongArch psABI doesn't specify TLS relaxation. It can be handled the same way as gcc:
55
## (a) code sequence can be converted from `pcalau12i+addi.[wd]` to `pcaddi`.
6-
## (b) dynamic relocations can be omitted for LD->LE relaxation.
6+
## (b) dynamic relocations can be omitted for GD->LE relaxation.
77

88
# RUN: llvm-mc --filetype=obj --triple=loongarch32 %t/a.s -o %t/a.32.o
99
# RUN: llvm-mc --filetype=obj --triple=loongarch32 -mattr=+relax %t/a.s -o %t/a.32.relax.o

0 commit comments

Comments
 (0)