mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
[RISCV][NFC] Trivial cleanup
Fix a typo. Remove two seemingly out-of-date TODO comments.
This commit is contained in:
parent
2271d2703a
commit
5fc0de0c69
@ -636,9 +636,6 @@ def : InstAlias<"jr $rs, $offset", (JALR X0, GPR:$rs, simm12:$offset
|
||||
def : InstAlias<"jalr $rs, $offset", (JALR X1, GPR:$rs, simm12:$offset), 0>;
|
||||
def : InstAlias<"jalr $rd, $rs, $offset", (JALR GPR:$rd, GPR:$rs, simm12:$offset), 0>;
|
||||
|
||||
// TODO call
|
||||
// TODO tail
|
||||
|
||||
def : InstAlias<"fence", (FENCE 0xF, 0xF)>; // 0xF == iorw
|
||||
|
||||
def : InstAlias<"rdinstret $rd", (CSRRS GPR:$rd, INSTRET.Encoding, X0)>;
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user