]> granicus.if.org Git - llvm/commitdiff
Revert "[MachinePipeliner] Add missing header file to MachinePipeliner.h"
authorStefan Granitz <stefan.graenitz@gmail.com>
Thu, 3 Jan 2019 19:09:18 +0000 (19:09 +0000)
committerStefan Granitz <stefan.graenitz@gmail.com>
Thu, 3 Jan 2019 19:09:18 +0000 (19:09 +0000)
This reverts commit r350296.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350344 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachinePipeliner.h

index db9e2fd4cd233cf7f678160fe094ccc8f8bc2972..6c66bf9a493a2214b795e0b6d839d210137df708 100644 (file)
@@ -41,7 +41,6 @@
 #ifndef LLVM_LIB_CODEGEN_MACHINEPIPELINER_H
 #define LLVM_LIB_CODEGEN_MACHINEPIPELINER_H
 
-#include "llvm/CodeGen/MachineDominators.h"
 #include "llvm/CodeGen/RegisterClassInfo.h"
 #include "llvm/CodeGen/ScheduleDAGInstrs.h"
 #include "llvm/CodeGen/TargetInstrInfo.h"