From c86516f35ccc64ad33acdd79c89aa4c4e33c6e70 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 18 Jul 2003 18:03:45 +0000 Subject: 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 --- utils/TableGen/CodeEmitterGen.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/TableGen/CodeEmitterGen.cpp') diff --git a/utils/TableGen/CodeEmitterGen.cpp b/utils/TableGen/CodeEmitterGen.cpp index 14cb6be861..90497cc620 100644 --- a/utils/TableGen/CodeEmitterGen.cpp +++ b/utils/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) -- cgit v1.2.3