mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix comment for LegalizeTypeAction enum.
llvm-svn: 144511
This commit is contained in:
parent
170f021d76
commit
8f22b6d95a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user