TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its
authorDan Gohman <gohman@apple.com>
Mon, 5 Jan 2009 19:40:39 +0000 (19:40 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 5 Jan 2009 19:40:39 +0000 (19:40 +0000)
commit11df7e5157352d082bcb556907c3c8239228ae7f
treec0a4cf76356454fbf0193f23b3983ca0c5a25184
parent1eb49a0a5e628c8ed3f37ef14a7c9917ee17b0fa
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
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp