mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
remove some DOUTs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -658,8 +658,8 @@ void AsmWriterEmitter::run(raw_ostream &O) {
|
||||
|
||||
// If we don't have enough bits for this operand, don't include it.
|
||||
if (NumBits > BitsLeft) {
|
||||
DOUT << "Not enough bits to densely encode " << NumBits
|
||||
<< " more bits\n";
|
||||
DEBUG(errs() << "Not enough bits to densely encode " << NumBits
|
||||
<< " more bits\n");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user