mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Fix comment for LegalizeTypeAction enum.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d14614e677
commit
f9fd29ea34
@ -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…
Reference in New Issue
Block a user