summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-06 00:46:21 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-06 00:46:21 +0000
commit9a4c9e597baeda303b21547a26b17224c6d470e9 (patch)
tree03fbbb58180469d8e2995b95e83db52505c165cf /llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
parent7f908e8ef410c0ac567e26cbefb80bf5a00781f9 (diff)
downloadbcm5719-llvm-9a4c9e597baeda303b21547a26b17224c6d470e9.tar.gz
bcm5719-llvm-9a4c9e597baeda303b21547a26b17224c6d470e9.zip
[Layering] Move DebugInfo.h into the IR library where its implementation
already lives. llvm-svn: 203046
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h b/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
index 9e3d38f7ccd..b79473b2fde 100644
--- a/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
+++ b/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
@@ -22,7 +22,7 @@
#include "llvm/CodeGen/LexicalScopes.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
-#include "llvm/DebugInfo.h"
+#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
OpenPOWER on IntegriCloud