aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
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/Analysis/ModuleDebugInfoPrinter.cpp
parent7f908e8ef410c0ac567e26cbefb80bf5a00781f9 (diff)
downloadllvm-9a4c9e597baeda303b21547a26b17224c6d470e9.zip
llvm-9a4c9e597baeda303b21547a26b17224c6d470e9.tar.gz
llvm-9a4c9e597baeda303b21547a26b17224c6d470e9.tar.bz2
[Layering] Move DebugInfo.h into the IR library where its implementation
already lives. llvm-svn: 203046
Diffstat (limited to 'llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp')
-rw-r--r--llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp b/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
index b64847b..33ad8c5 100644
--- a/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
+++ b/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
@@ -17,7 +17,7 @@
#include "llvm/Analysis/Passes.h"
#include "llvm/ADT/Statistic.h"
-#include "llvm/DebugInfo.h"
+#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/Pass.h"
#include "llvm/Support/ErrorHandling.h"