forked from OSchip/llvm-project
Added a DEBUG() guard to a debug information printout.
llvm-svn: 7203
This commit is contained in:
parent
6d79113343
commit
ba943afa97
|
@ -136,7 +136,8 @@ void CodeEmitterGen::createEmitter(std::ostream &o) {
|
||||||
<< ", end = " << endBitInInst << "\n");
|
<< ", end = " << endBitInInst << "\n");
|
||||||
|
|
||||||
if (continuous) {
|
if (continuous) {
|
||||||
o << " // continuous: op" << OpOrder[Vals[i].getName()] << "\n";
|
DEBUG(o << " // continuous: op" << OpOrder[Vals[i].getName()]
|
||||||
|
<< "\n");
|
||||||
|
|
||||||
// Mask off the right bits
|
// Mask off the right bits
|
||||||
// Low mask (ie. shift, if necessary)
|
// Low mask (ie. shift, if necessary)
|
||||||
|
|
Loading…
Reference in New Issue