fix comment typo to cycle bots

This commit is contained in:
Nico Weber 2022-07-17 09:10:05 -04:00
parent 26ce33706f
commit 7b3146dcd3
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ L30: ldr x2, [x1]
# LOCAL-NEXT: ldr x2, [x1]
### Transformation to ADRP + imediate LDR
### Transformation to ADRP + immediate LDR
## Basic test: target is far
L31: adrp x0, _far@GOTPAGE
L32: ldr x1, [x0, _far@GOTPAGEOFF]