Put all debug print statements under the DEBUG() guard to make output clean so
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 6 Jun 2003 00:26:11 +0000 (00:26 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 6 Jun 2003 00:26:11 +0000 (00:26 +0000)
commit8f1222245e63e06d605eff3714faad3100c73a80
tree098319680ac2e07340f94cde0ce8c74a62a2eb34
parentcf614a32d532090d615ecb2574f5990b8f829199
Put all debug print statements under 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@6642 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9CodeEmitter.cpp