diff options
| -rw-r--r-- | llvm/support/tools/TableGen/CodeEmitterGen.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/support/tools/TableGen/CodeEmitterGen.cpp b/llvm/support/tools/TableGen/CodeEmitterGen.cpp index 14cb6be861c..90497cc620b 100644 --- a/llvm/support/tools/TableGen/CodeEmitterGen.cpp +++ b/llvm/support/tools/TableGen/CodeEmitterGen.cpp @@ -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) |

