Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE...
authorChris Lattner <sabre@nondot.org>
Fri, 1 Aug 2003 22:12:40 +0000 (22:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Aug 2003 22:12:40 +0000 (22:12 +0000)
commit2dd93edfc221fe6d1e102cca694da01ca36b5d11
treeeec40afd6ae847712e1454e0f95d26980e9a5b0d
parentaeac00ed535feacf863f31184b47a9d95820c5fc
Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities

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