OSDN Git Service

Add a small utility class to configure IR printers. This will allow
authorDavid Greene <greened@obbligato.org>
Tue, 21 Jul 2009 18:21:46 +0000 (18:21 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 21 Jul 2009 18:21:46 +0000 (18:21 +0000)
commit20574a913e76a1f2f2bab1ba5d3973179a7daf77
tree90e099313734161a0276f4c7c1459c23f13171ae
parent8f6353fb2f05d8a85927f89fbe65079ad0214146
Add a small utility class to configure IR printers.  This will allow
printers to do neat and wonderful things when printing debug
information.  The ideas is to allow passes to configer printers to emit
pass-specific information when dumping IR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76602 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Dump.h [new file with mode: 0644]