forked from OSchip/llvm-project
Include what you use in LanaiFrameLowering.{cpp,h}
llvm-svn: 362419
This commit is contained in:
parent
b46934eeb8
commit
179154f6b9
|
@ -13,7 +13,6 @@
|
|||
#include "LanaiFrameLowering.h"
|
||||
|
||||
#include "LanaiInstrInfo.h"
|
||||
#include "LanaiMachineFunctionInfo.h"
|
||||
#include "LanaiSubtarget.h"
|
||||
#include "llvm/CodeGen/MachineFrameInfo.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#ifndef LLVM_LIB_TARGET_LANAI_LANAIFRAMELOWERING_H
|
||||
#define LLVM_LIB_TARGET_LANAI_LANAIFRAMELOWERING_H
|
||||
|
||||
#include "Lanai.h"
|
||||
#include "llvm/CodeGen/TargetFrameLowering.h"
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue