diff options
author | Luís Marques <luismarques@lowrisc.org> | 2019-12-17 11:42:32 +0000 |
---|---|---|
committer | Luís Marques <luismarques@lowrisc.org> | 2019-12-17 11:44:35 +0000 |
commit | e332a09619359471969abfac7ff08b36d29dbf31 (patch) | |
tree | 42c98976936174e0907844a59ead9eb770802f81 /llvm/test/MC/RISCV | |
parent | ff0102b32cfe506dfc16a86e38e70b0940697aa2 (diff) | |
download | bcm5719-llvm-e332a09619359471969abfac7ff08b36d29dbf31.tar.gz bcm5719-llvm-e332a09619359471969abfac7ff08b36d29dbf31.zip |
[RISCV][NFC] Trivial cleanup
Fix a typo. Remove two seemingly out-of-date TODO comments.
Diffstat (limited to 'llvm/test/MC/RISCV')
-rw-r--r-- | llvm/test/MC/RISCV/fixups.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/RISCV/fixups.s b/llvm/test/MC/RISCV/fixups.s index 1ec70485734..a4aad46bdb3 100644 --- a/llvm/test/MC/RISCV/fixups.s +++ b/llvm/test/MC/RISCV/fixups.s @@ -60,7 +60,7 @@ addi zero, zero, 0 # CHECK-REL-NOT: R_RISCV -# Testing the function call offset could resovled by assembler +# Testing the function call offset could resolved by assembler # when the function and the callsite within the same compile unit # and the linker relaxation is disabled. func: |