OSDN Git Service

[MachinePipeliner] Split MachinePipeliner code into header and cpp files
authorLama Saba <lama.saba@intel.com>
Tue, 23 Oct 2018 07:58:41 +0000 (07:58 +0000)
committerLama Saba <lama.saba@intel.com>
Tue, 23 Oct 2018 07:58:41 +0000 (07:58 +0000)
commit40760b733d9eef841c897338af5e9d81b12551bf
tree647692b78b7c193e511aa365522eaf7bd376e0f4
parent2cf3038ef72546910cf9ac1c6f21cc5ad85e5453
[MachinePipeliner] Split MachinePipeliner code into header and cpp files

Split MachinePipeliner code into header and cpp files to allow inheritance from SwingSchedulerDAG

Differential Revision: https://reviews.llvm.org/D53477

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