Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.
authorDan Gohman <gohman@apple.com>
Sat, 15 Nov 2008 00:23:40 +0000 (00:23 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 15 Nov 2008 00:23:40 +0000 (00:23 +0000)
commitade9f1893412184c164aa3eb55a3e007ec647303
treef175accbfd13585c03ea5701acdc7debc1cf1d42
parent2833f59cad691e9679f6c5946fa630f1bef5b89a
Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59340 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/CMakeLists.txt
lib/CodeGen/SelectionDAG/LatencyPriorityQueue.cpp [new file with mode: 0644]
lib/CodeGen/SelectionDAG/LatencyPriorityQueue.h [new file with mode: 0644]
lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp