summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2010-01-04 23:22:07 +0000
committerDavid Greene <greened@obbligato.org>2010-01-04 23:22:07 +0000
commit6c56cefe084eac9c3bed38c909f2dee6c1a3afdb (patch)
treed212682f87d60581508e0f8857897f131b5a8e4b /llvm/lib/CodeGen/MachineBasicBlock.cpp
parentca01b22ed63710cb52ecb076ee7ed43afe4fc886 (diff)
downloadbcm5719-llvm-6c56cefe084eac9c3bed38c909f2dee6c1a3afdb.tar.gz
bcm5719-llvm-6c56cefe084eac9c3bed38c909f2dee6c1a3afdb.zip
Change errs() to dbgs().
llvm-svn: 92542
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineBasicBlock.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp
index 74a0d574a23..e2ce642cfd6 100644
--- a/llvm/lib/CodeGen/MachineBasicBlock.cpp
+++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp
@@ -19,6 +19,7 @@
#include "llvm/Target/TargetInstrDesc.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
+#include "llvm/Support/Debug.h"
#include "llvm/Support/LeakDetector.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Assembly/Writer.h"
@@ -158,7 +159,7 @@ bool MachineBasicBlock::isOnlyReachableByFallthrough() const {
}
void MachineBasicBlock::dump() const {
- print(errs());
+ print(dbgs());
}
static inline void OutputReg(raw_ostream &os, unsigned RegNo,
OpenPOWER on IntegriCloud