OSDN Git Service

Revert "pre-RA-sched: fix TargetOpcode usage"
authorChristian Konig <christian.koenig@amd.com>
Wed, 20 Mar 2013 15:43:00 +0000 (15:43 +0000)
committerChristian Konig <christian.koenig@amd.com>
Wed, 20 Mar 2013 15:43:00 +0000 (15:43 +0000)
commit61aba54f2c0f432179dfaa758bdb2bf1b9929814
treeb0bf143c2378cba0fc49b72a990d45479f8254ac
parentfa963a885c074b3b0d6cc2466036297c476f7103
Revert "pre-RA-sched: fix TargetOpcode usage"

This reverts commit 06091513c283c863296f01cc7c2e86b56bb50d02.

The code is obviously wrong, but the trivial fix causes
inefficient code generation on X86. Somebody with more
knowledge of the code needs to take a look here.

Signed-off-by: Christian König <christian.koenig@amd.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177529 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp