diff options
| author | Jay Foad <jay.foad@amd.com> | 2020-01-03 14:05:58 +0000 |
|---|---|---|
| committer | Jay Foad <jay.foad@amd.com> | 2020-01-03 14:05:58 +0000 |
| commit | 8382f8714539cf2aba0c194d789e7c2909608be2 (patch) | |
| tree | 8b33d07712d97352b57997c832edb8a03e354f54 /llvm/lib/Target/RISCV | |
| parent | 07bc851b212556966c21ed6986fcbdfc65579852 (diff) | |
| download | bcm5719-llvm-8382f8714539cf2aba0c194d789e7c2909608be2.tar.gz bcm5719-llvm-8382f8714539cf2aba0c194d789e7c2909608be2.zip | |
Fix typo "psuedo" in comments
Diffstat (limited to 'llvm/lib/Target/RISCV')
| -rw-r--r-- | llvm/lib/Target/RISCV/RISCVInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfo.td b/llvm/lib/Target/RISCV/RISCVInstrInfo.td index 1d20dbf4a60..8e9ad496558 100644 --- a/llvm/lib/Target/RISCV/RISCVInstrInfo.td +++ b/llvm/lib/Target/RISCV/RISCVInstrInfo.td @@ -898,7 +898,7 @@ def : Pat<(brind GPR:$rs1), (PseudoBRIND GPR:$rs1, 0)>; def : Pat<(brind (add GPR:$rs1, simm12:$imm12)), (PseudoBRIND GPR:$rs1, simm12:$imm12)>; -// PsuedoCALLReg is a generic pseudo instruction for calls which will eventually +// PseudoCALLReg is a generic pseudo instruction for calls which will eventually // expand to auipc and jalr while encoding, with any given register used as the // destination. // Define AsmString to print "call" when compile with -S flag. |

