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 | 424ca7bbf5cafdaebe05fe5f4b134995b41922cc (patch) | |
| tree | b48248872ead5cb14faf3dcc1eeee37463a82800 /llvm | |
| parent | f5ab0345fceb4074a03f408bdd9abbeead805fd8 (diff) | |
| download | bcm5719-llvm-424ca7bbf5cafdaebe05fe5f4b134995b41922cc.tar.gz bcm5719-llvm-424ca7bbf5cafdaebe05fe5f4b134995b41922cc.zip | |
Fix comment for LegalizeTypeAction enum.
llvm-svn: 144511
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h index c81e83950d3..3fe3a38b2a0 100644 --- a/llvm/include/llvm/Target/TargetLowering.h +++ b/llvm/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. |

