From e6cf4374b03678aab59c17a562b409ece372ff3c Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Thu, 26 Jan 2017 23:40:06 +0000 Subject: [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). llvm-svn: 293229 --- llvm/lib/Target/ARM/ARM.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'llvm/lib/Target/ARM/ARM.h') diff --git a/llvm/lib/Target/ARM/ARM.h b/llvm/lib/Target/ARM/ARM.h index be3048252bb..76227bc28e2 100644 --- a/llvm/lib/Target/ARM/ARM.h +++ b/llvm/lib/Target/ARM/ARM.h @@ -16,21 +16,21 @@ #define LLVM_LIB_TARGET_ARM_ARM_H #include "llvm/Support/CodeGen.h" -#include "ARMBasicBlockInfo.h" #include +#include namespace llvm { class ARMAsmPrinter; class ARMBaseTargetMachine; +struct BasicBlockInfo; class Function; class FunctionPass; -class ImmutablePass; +class MachineBasicBlock; +class MachineFunction; class MachineInstr; class MCInst; class PassRegistry; -class TargetLowering; -class TargetMachine; FunctionPass *createARMISelDag(ARMBaseTargetMachine &TM, CodeGenOpt::Level OptLevel); @@ -54,6 +54,6 @@ std::vector computeAllBlockSizes(MachineFunction *MF); void initializeARMLoadStoreOptPass(PassRegistry &); void initializeARMPreAllocLoadStoreOptPass(PassRegistry &); -} // end namespace llvm; +} // end namespace llvm -#endif +#endif // LLVM_LIB_TARGET_ARM_ARM_H -- cgit v1.2.3