//===-- lib/CodeGen/MachineInstr.cpp --------------------------------------===////// The LLVM Compiler Infrastructure//// This file is distributed under the University of Illinois Open Source// License. See LICENSE.TXT for details.////===----------------------------------------------------------------------===////// Methods common to all machine instructions.////===----------------------------------------------------------------------===//#include"llvm/CodeGen/MachineInstr.h"#include"llvm/Constants.h"#include"llvm/Function.h"#include"llvm/InlineAsm.h"#include"llvm/Metadata.h"#include"llvm/Type.h"#include"llvm/Value.h"#include"llvm/Assembly/Writer.h"#include"llvm/CodeGen/MachineConstantPool.h"