mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -81,7 +81,7 @@ def : Proc<"r6000", [FeatureMips2]>;
|
||||
|
||||
def : Proc<"4ke", [FeatureMips32r2]>;
|
||||
|
||||
// Allegrex is a 32bit subset of r4000, both for interger and fp registers,
|
||||
// Allegrex is a 32bit subset of r4000, both for integer and fp registers,
|
||||
// but much more similar to Mips2 than Mips3. It also contains some of
|
||||
// Mips32/Mips32r2 instructions and a custom vector fpu processor.
|
||||
def : Proc<"allegrex", [FeatureMips2, FeatureSingleFloat, FeatureEABI,
|
||||
|
Reference in New Issue
Block a user