diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-23 04:44:11 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-23 04:44:11 +0000 |
| commit | 569f121f4ecc53f8ab505c4ccb6e1e77c78e188d (patch) | |
| tree | ccaec7707f4eaaa3f2c7863efcf9ecad86b9a87b /utils/TableGen/AsmWriterEmitter.cpp | |
| parent | 05e9d99767ea02d516bf4fe9c457622b2530e077 (diff) | |
remove some DOUTs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/AsmWriterEmitter.cpp')
| -rw-r--r-- | utils/TableGen/AsmWriterEmitter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/AsmWriterEmitter.cpp b/utils/TableGen/AsmWriterEmitter.cpp index bdf07f0902..1e85ff9b7f 100644 --- a/utils/TableGen/AsmWriterEmitter.cpp +++ b/utils/TableGen/AsmWriterEmitter.cpp @@ -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; } |
