Typo in an unused field.
authorAndrew Trick <atrick@apple.com>
Tue, 17 Apr 2012 01:22:58 +0000 (01:22 +0000)
committerAndrew Trick <atrick@apple.com>
Tue, 17 Apr 2012 01:22:58 +0000 (01:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154895 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index 7d8a46b49ac9d587446fcfe78945adfade1e46e2..6ddd36451b5c1ebafc01f9a13d14f17950462118 100644 (file)
@@ -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;
 };