Use the new DEBUG(x) macro to allow debugging code to be enabled on the commandline
authorChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:17:27 +0000 (17:17 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:17:27 +0000 (17:17 +0000)
commitf016ea4ff80c56c467247a90567dd07bddb590f3
tree83ccc99063e91b0f13ad44491575a52378fa0cb5
parent70e60cbd4dd59b61e3e9d0a55f24cf92b0dc8724
Use the new DEBUG(x) macro to allow debugging code to be enabled on the commandline

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2713 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/SCCP.cpp