forked from OSchip/llvm-project
[MachinePipeliner] Add missing header file to MachinePipeliner.h
llvm-svn: 350296
This commit is contained in:
parent
d824f99a6c
commit
c50a9b4166
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue