[llvm-commits] [llvm] r144511 - /llvm/trunk/include/llvm/Target/TargetLowering.h

Craig Topper craig.topper at gmail.com
Sun Nov 13 14:11:24 PST 2011


Author: ctopper
Date: Sun Nov 13 16:11:24 2011
New Revision: 144511

URL: http://llvm.org/viewvc/llvm-project?rev=144511&view=rev
Log:
Fix comment for LegalizeTypeAction enum.

Modified:
    llvm/trunk/include/llvm/Target/TargetLowering.h

Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=144511&r1=144510&r2=144511&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Sun Nov 13 16:11:24 2011
@@ -94,7 +94,7 @@
     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.





More information about the llvm-commits mailing list