mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
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:
parent
e79b4f1875
commit
c86516f35c
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user