diff options
author | Craig Topper <craig.topper@gmail.com> | 2011-11-13 22:11:24 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2011-11-13 22:11:24 +0000 |
commit | f9fd29ea34d841df7d43807e386c48c08bf83f13 (patch) | |
tree | 7f7ed627faf9a4b87a9b127604c45f9fa88a26d4 | |
parent | d14614e6777771f8fec3062bcaf2986c189ac84d (diff) |
Fix comment for LegalizeTypeAction enum.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144511 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index c81e83950d..3fe3a38b2a 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -94,7 +94,7 @@ public: Custom // Use the LowerOperation hook to implement custom lowering. }; - /// LegalizeAction - This enum indicates whether a types are legal for a + /// LegalizeTypeAction - This enum indicates whether a types are legal for a /// target, and if not, what action should be used to make them valid. enum LegalizeTypeAction { TypeLegal, // The target natively supports this type. |