Fix comment for LegalizeTypeAction enum.

llvm-svn: 144511
This commit is contained in:
Craig Topper 2011-11-13 22:11:24 +00:00
parent f5ab0345fc
commit 424ca7bbf5
1 changed files with 1 additions and 1 deletions

View File

@ -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.