mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-07 12:30:57 +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
|
||||
/// limit which must be less than the limits of its pressure sets.
|
||||
struct RegClassWeight {
|
||||
unsigned RegWeigt;
|
||||
unsigned RegWeight;
|
||||
unsigned WeightLimit;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user