Skip to content

Commit

Permalink
LanaiTargetMachine.h - remove unnecessary includes. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Sep 29, 2020
1 parent ae7ab96 commit 3461991
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Target/Lanai/LanaiTargetMachine.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
#ifndef LLVM_LIB_TARGET_LANAI_LANAITARGETMACHINE_H
#define LLVM_LIB_TARGET_LANAI_LANAITARGETMACHINE_H

#include "LanaiFrameLowering.h"
#include "LanaiISelLowering.h"
#include "LanaiInstrInfo.h"
#include "LanaiSelectionDAGInfo.h"
#include "LanaiSubtarget.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
#include "llvm/Target/TargetMachine.h"

namespace llvm {
Expand Down

0 comments on commit 3461991

Please sign in to comment.