diff options
author | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-01-03 19:09:18 +0000 |
---|---|---|
committer | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-01-03 19:09:18 +0000 |
commit | c50d19ffc67db828f06a7016a68229439cf523a6 (patch) | |
tree | 2d0f28f6bf7aec0a113b0f2587086444e76c0cb9 | |
parent | 415dc5dd0c2b1c3ce3deb7f7932a6ed02e3bf3d8 (diff) | |
download | bcm5719-llvm-c50d19ffc67db828f06a7016a68229439cf523a6.tar.gz bcm5719-llvm-c50d19ffc67db828f06a7016a68229439cf523a6.zip |
Revert "[MachinePipeliner] Add missing header file to MachinePipeliner.h"
This reverts commit r350296.
llvm-svn: 350344
-rw-r--r-- | llvm/include/llvm/CodeGen/MachinePipeliner.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachinePipeliner.h b/llvm/include/llvm/CodeGen/MachinePipeliner.h index db9e2fd4cd2..6c66bf9a493 100644 --- a/llvm/include/llvm/CodeGen/MachinePipeliner.h +++ b/llvm/include/llvm/CodeGen/MachinePipeliner.h @@ -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" |