Add a simple module-level debug info printer. It just sets up a
authorDan Gohman <gohman@apple.com>
Fri, 7 May 2010 16:22:32 +0000 (16:22 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 7 May 2010 16:22:32 +0000 (16:22 +0000)
commitef0b14593bb8dd5651606925584adb1ac1096ba5
tree887bc7f2ed8e1ee5820974931b75c4bf8cb76ab0
parentc014d0963e50deb5cfdc49e3abb4ba21db099a2e
Add a simple module-level debug info printer. It just sets up a
DebugInfoFinder and iterates over all the contents calling print.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103262 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Passes.h
include/llvm/LinkAllPasses.h
lib/Analysis/CMakeLists.txt
lib/Analysis/ModuleDebugInfoPrinter.cpp [new file with mode: 0644]