Split the priority function computation and priority queue management out
authorChris Lattner <sabre@nondot.org>
Wed, 8 Mar 2006 05:18:27 +0000 (05:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Mar 2006 05:18:27 +0000 (05:18 +0000)
commit49eee4a26f17b27d8949be3b6da7d9e75846be00
tree72101abbb4a73bf1ee61d5527386349d5e26bdcc
parentc45a59bb327a1c8b908f43a1112a0118b659495b
Split the priority function computation and priority queue management out
of the ScheduleDAGList class into a new SchedulingPriorityQueue class.

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