aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-28 00:05:13 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-28 00:05:13 +0000
commite38859dc8e8c89a8776da7384137097a7854339b (patch)
treebbace121205b096817265c42dead7c6e3a2a8d26 /llvm/lib/CodeGen/LiveDebugVariables.cpp
parentfd3a5e33d50dd4ef0b6a2f8ab8cd03554747cc27 (diff)
downloadllvm-e38859dc8e8c89a8776da7384137097a7854339b.zip
llvm-e38859dc8e8c89a8776da7384137097a7854339b.tar.gz
llvm-e38859dc8e8c89a8776da7384137097a7854339b.tar.bz2
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
include/llvm/Analysis/DebugInfo.h to include/llvm/DebugInfo.h. The reasoning is because the DebugInfo module is simply an interface to the debug info MDNodes and has nothing to do with analysis. llvm-svn: 159312
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveDebugVariables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp
index c32ce2d..d631726 100644
--- a/llvm/lib/CodeGen/LiveDebugVariables.cpp
+++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp
@@ -23,9 +23,9 @@
#include "LiveDebugVariables.h"
#include "VirtRegMap.h"
#include "llvm/Constants.h"
+#include "llvm/DebugInfo.h"
#include "llvm/Metadata.h"
#include "llvm/Value.h"
-#include "llvm/Analysis/DebugInfo.h"
#include "llvm/ADT/IntervalMap.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LexicalScopes.h"