mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 01:06:25 +00:00
Change errs() to dbgs().
llvm-svn: 92634
This commit is contained in:
parent
6c314b2f2b
commit
d4ba9148d2
@ -8,6 +8,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/MC/MCValue.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
using namespace llvm;
|
||||
@ -30,5 +31,5 @@ void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
|
||||
}
|
||||
|
||||
void MCValue::dump() const {
|
||||
print(errs(), 0);
|
||||
print(dbgs(), 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user