//===-- ARMInstPrinter.cpp - Convert ARM MCInst to assembly syntax --------===////// The LLVM Compiler Infrastructure//// This file is distributed under the University of Illinois Open Source// License. See LICENSE.TXT for details.////===----------------------------------------------------------------------===////// This class prints an ARM MCInst to a .s file.////===----------------------------------------------------------------------===//#define DEBUG_TYPE "asm-printer"#include"ARMInstPrinter.h"#include"MCTargetDesc/ARMBaseInfo.h"#include"MCTargetDesc/ARMAddressingModes.h"#include"llvm/MC/MCInst.h"#include"llvm/MC/MCAsmInfo.h"#include"llvm/MC/MCExpr.h"#include