Backtracking only when it won't create a cycle.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 27 Sep 2007 00:25:29 +0000 (00:25 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 27 Sep 2007 00:25:29 +0000 (00:25 +0000)
commit6e4c46cea5daef8bc807a36ce2ab9bb7f9855b67
treee032650721ee6976e3bd3e8dafe2721c172ead22
parent693717fbe6d4e0f63bb9927229e26851e4744530
Backtracking only when it won't create a cycle.

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