Implement a new command line option, -debug, which is meant to unify all of
authorChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:06:20 +0000 (17:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:06:20 +0000 (17:06 +0000)
commit4435ac009708d78c8894cc9b30185aa6511cd8a6
tree7b4f46e5fd54a0a0834f04ff06139fe651eaa83e
parent71fb71628ab3f5280a7f4602f52ba365bca31f29
Implement a new command line option, -debug, which is meant to unify all of
the random debugging macros scattered throughout llvm.

The new DEBUG(x) macro should be used instead of special purpose debug macros.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2709 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/Statistic.h
include/Support/StatisticReporter.h
include/llvm/ADT/Statistic.h
lib/Support/Statistic.cpp
support/lib/Support/Statistic.cpp
support/lib/Support/StatisticReporter.cpp