summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt
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/tools/opt
parentfd3a5e33d50dd4ef0b6a2f8ab8cd03554747cc27 (diff)
downloadbcm5719-llvm-e38859dc8e8c89a8776da7384137097a7854339b.tar.gz
bcm5719-llvm-e38859dc8e8c89a8776da7384137097a7854339b.zip
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/tools/opt')
-rw-r--r--llvm/tools/opt/opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp
index d9758b35ff9..4ada7d1e76d 100644
--- a/llvm/tools/opt/opt.cpp
+++ b/llvm/tools/opt/opt.cpp
@@ -13,12 +13,12 @@
//===----------------------------------------------------------------------===//
#include "llvm/LLVMContext.h"
+#include "llvm/DebugInfo.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/CallGraphSCCPass.h"
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/Assembly/PrintModulePass.h"
-#include "llvm/Analysis/DebugInfo.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Analysis/LoopPass.h"
#include "llvm/Analysis/RegionPass.h"
OpenPOWER on IntegriCloud