OSDN Git Service

Use the TargetInstrDescr to determine the number of operands
authorDan Gohman <gohman@apple.com>
Fri, 15 Feb 2008 20:50:13 +0000 (20:50 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 15 Feb 2008 20:50:13 +0000 (20:50 +0000)
commit3b66555c53eb8921b2dd50335e0b278ddf80d220
tree8f5c57d823014f21c04451f14b0bf26e47fc2c0c
parent31fdedde044228a3346bf3389cc9319cac8ff515
Use the TargetInstrDescr to determine the number of operands
that should be checked for the TIED_TO attribute instead of
using CountOperands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47176 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp