Added a DEBUG() guard to a debug information printout.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-07-18 18:03:45 +00:00
parent e79b4f1875
commit c86516f35c
2 changed files with 4 additions and 2 deletions

View File

@ -136,7 +136,8 @@ void CodeEmitterGen::createEmitter(std::ostream &o) {
<< ", end = " << endBitInInst << "\n");
if (continuous) {
o << " // continuous: op" << OpOrder[Vals[i].getName()] << "\n";
DEBUG(o << " // continuous: op" << OpOrder[Vals[i].getName()]
<< "\n");
// Mask off the right bits
// Low mask (ie. shift, if necessary)

View File

@ -136,7 +136,8 @@ void CodeEmitterGen::createEmitter(std::ostream &o) {
<< ", end = " << endBitInInst << "\n");
if (continuous) {
o << " // continuous: op" << OpOrder[Vals[i].getName()] << "\n";
DEBUG(o << " // continuous: op" << OpOrder[Vals[i].getName()]
<< "\n");
// Mask off the right bits
// Low mask (ie. shift, if necessary)