All debug print statements are now output with the DEBUG() guard to make
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 6 Jun 2003 00:27:02 +0000 (00:27 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 6 Jun 2003 00:27:02 +0000 (00:27 +0000)
commitf4ef4c881f851ae019f9f48d5473f9f1586d1dbc
treeb1490fd996db24f9380002b3ac44ac1d3eb67a5d
parent8f1222245e63e06d605eff3714faad3100c73a80
All debug print statements are now output with the DEBUG() guard to make
output clean so that tests can automatically diff the output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6643 91177308-0d34-0410-b5e6-96231b3b80d8
support/tools/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeEmitterGen.cpp