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

llvm-svn: 7203
This commit is contained in:
Misha Brukman 2003-07-18 18:03:45 +00:00
parent 6d79113343
commit ba943afa97
1 changed files with 2 additions and 1 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)