OSDN Git Service

Eliminate the loop that walks the critical path. Instead, just track the
authorDan Gohman <gohman@apple.com>
Tue, 16 Dec 2008 19:27:52 +0000 (19:27 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 16 Dec 2008 19:27:52 +0000 (19:27 +0000)
commit2e6e1356036f79e7548ed2ffc940045de0141d0a
treeab1675952d817f9b93a351e9888c13d96377d700
parent0575aef2c1cc09638cf42dd61f6e27a43aed8d29
Eliminate the loop that walks the critical path. Instead, just track the
position in the critical path during the main instruction walk.  This
eliminates the need for the CritialAntiDep DenseMap.

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