diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2020-01-06 10:15:44 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2020-01-06 10:50:26 +0000 |
commit | d68904f957ae1f9b2309bdbf34258387c045ce27 (patch) | |
tree | 496a194e2caa3ef5f0fb60f2ae6cb75d360fe16d /llvm/lib/Target/Mips | |
parent | 7180d9568df7d9198a75cfb5a156d9e60329794a (diff) | |
download | bcm5719-llvm-d68904f957ae1f9b2309bdbf34258387c045ce27.tar.gz bcm5719-llvm-d68904f957ae1f9b2309bdbf34258387c045ce27.zip |
[NFC] Fix trivial typos in comments
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D72143
Patch by Kazuaki Ishizaki.
Diffstat (limited to 'llvm/lib/Target/Mips')
-rw-r--r-- | llvm/lib/Target/Mips/MipsInstrFPU.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFPU.td b/llvm/lib/Target/Mips/MipsInstrFPU.td index 5a01e348003..79776998463 100644 --- a/llvm/lib/Target/Mips/MipsInstrFPU.td +++ b/llvm/lib/Target/Mips/MipsInstrFPU.td @@ -628,7 +628,7 @@ let AdditionalPredicates = [IsNotNaCl, NotInMicroMips], INSN_MIPS5_32R2_NOT_32R6_64R6, FGR_64; } -/// Floating-point Aritmetic +/// Floating-point Arithmetic let AdditionalPredicates = [NotInMicroMips] in { def FADD_S : MMRel, ADDS_FT<"add.s", FGR32Opnd, II_ADD_S, 1, fadd>, ADDS_FM<0x00, 16>, ISA_MIPS1; |