diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-05 19:40:39 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-05 19:40:39 +0000 |
commit | 11df7e5157352d082bcb556907c3c8239228ae7f (patch) | |
tree | c0a4cf76356454fbf0193f23b3983ca0c5a25184 /include/llvm/CodeGen/SelectionDAGNodes.h | |
parent | 1eb49a0a5e628c8ed3f37ef14a7c9917ee17b0fa (diff) |
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
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 6acbc3fc3f..21cf9864d4 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -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 { //===--------------------------------------------------------------------===// |