mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 07:59:33 +00:00
Change errs() to dbgs().
llvm-svn: 92542
This commit is contained in:
parent
045966d7bf
commit
5e5f312e5f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user