Move ScheduleDAGInstrs.h to be a private header. Front-ends
authorDan Gohman <gohman@apple.com>
Fri, 6 Feb 2009 17:12:10 +0000 (17:12 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 6 Feb 2009 17:12:10 +0000 (17:12 +0000)
commit6dc75fe5279e2c12bda13dcc4a1a13908de8596f
tree35eaabeb92bdf9b903aa6fcb130c25470793a55a
parent6f8d762e6bad72b2ab9ff710cca3abb0a658fdf0
Move ScheduleDAGInstrs.h to be a private header. Front-ends
that used this header to select a scheduling policy should
use SchedulerRegistry.h instead (llvm-gcc and clang were
updated a while ago).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63934 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ScheduleDAGInstrs.h [deleted file]
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/ScheduleDAGInstrs.h [new file with mode: 0644]