[MachinePipeliner] Add missing header file to MachinePipeliner.h

llvm-svn: 350296
This commit is contained in:
Lama Saba 2019-01-03 11:56:27 +00:00
parent d824f99a6c
commit c50a9b4166
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#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"