Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jul 31, 2024
1 parent 96fda95 commit bf79ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/elf/loongarch64_relax-pcala-addi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ EOF
cat <<'EOF' | $CC -o $t/b.o -c -xassembler -
.globl sym1, sym2, sym3
sym1:
addi.w $a0, $r0, 1
li.d $a0, 1
ret
.space 1024 * 1024
sym2:
addi.w $a0, $r0, 2
li.d $a0, 2
ret
.space 1024 * 1024
sym3:
addi.w $a0, $r0, 3
li.d $a0, 3
ret
EOF

Expand Down

0 comments on commit bf79ae1

Please sign in to comment.