//===-- llvm/CodeGen/MachineDebugInfo.cpp -----------------------*- C++ -*-===////// The LLVM Compiler Infrastructure//// This file was developed by James M. Laskey and is distributed under// the University of Illinois Open Source License. See LICENSE.TXT for details.////===----------------------------------------------------------------------===//#include"llvm/CodeGen/MachineDebugInfo.h"#include"llvm/Constants.h"#include"llvm/DerivedTypes.h"#include"llvm/GlobalVariable.h"#include"llvm/Intrinsics.h"#include"llvm/Instructions.h"#include"llvm/Module.h"#include"llvm/Support/Dwarf.h"#include<iostream>usingnamespacellvm;usingnamespacellvm::dwarf;// Handle the Pass registration stuff necessary to use TargetData's.namespace{