mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Typo in an unused field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03565edea6
commit
33d9e89e5f
@ -205,7 +205,7 @@ struct TargetRegisterInfoDesc {
|
|||||||
/// Each TargetRegisterClass has a per register weight, and weight
|
/// Each TargetRegisterClass has a per register weight, and weight
|
||||||
/// limit which must be less than the limits of its pressure sets.
|
/// limit which must be less than the limits of its pressure sets.
|
||||||
struct RegClassWeight {
|
struct RegClassWeight {
|
||||||
unsigned RegWeigt;
|
unsigned RegWeight;
|
||||||
unsigned WeightLimit;
|
unsigned WeightLimit;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user