Convert the DebugInfo classes dump() methods into print(raw_ostream &)
authorDan Gohman <gohman@apple.com>
Fri, 7 May 2010 15:30:29 +0000 (15:30 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 7 May 2010 15:30:29 +0000 (15:30 +0000)
commit504043662ced71235b7c7d4ae3ce3cee898cb391
treed4d85b20a38ca45a7cad8934764d9138cd79be95
parent733783b27c9f07d090747213e2a2db646eaeb18a
Convert the DebugInfo classes dump() methods into print(raw_ostream &)
methods, and add dump functions implemented in terms of the print.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103254 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DebugInfo.h
lib/Analysis/DebugInfo.cpp