mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
Added a DEBUG() guard to a debug information printout.
llvm-svn: 7203
This commit is contained in:
parent
fa520f62c4
commit
8a57ef8390
@ -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…
x
Reference in New Issue
Block a user