//===- ARMBaseInstrInfo.cpp - ARM Instruction Information -------*- C++ -*-===////// The LLVM Compiler Infrastructure//// This file is distributed under the University of Illinois Open Source// License. See LICENSE.TXT for details.////===----------------------------------------------------------------------===////// This file contains the Base ARM implementation of the TargetInstrInfo class.////===----------------------------------------------------------------------===//#include"ARMBaseInstrInfo.h"#include"ARM.h"#include"ARMAddressingModes.h"#include"ARMConstantPoolValue.h"#include"ARMMachineFunctionInfo.h"#include"ARMRegisterInfo.h"#include