TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its

own OpActionsCapacity magic number; it can just use ISD::BUILTIN_OP_END,
as long as it takes care to round up when needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2009-01-05 19:40:39 +00:00
parent 1eb49a0a5e
commit 11df7e5157
3 changed files with 2 additions and 9 deletions

View File

@ -56,8 +56,6 @@ struct SDVTList {
/// ISD namespace - This namespace contains an enum which represents all of the
/// SelectionDAG node types and value types.
///
/// If you add new elements here you should increase OpActionsCapacity in
/// TargetLowering.h by the number of new elements.
namespace ISD {
//===--------------------------------------------------------------------===//