mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ededf7d42
commit
2b965b05fc
@ -9,6 +9,7 @@
|
||||
|
||||
#include "llvm/ADT/Twine.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
using namespace llvm;
|
||||
|
||||
@ -125,9 +126,9 @@ void Twine::printRepr(raw_ostream &OS) const {
|
||||
}
|
||||
|
||||
void Twine::dump() const {
|
||||
print(llvm::errs());
|
||||
print(llvm::dbgs());
|
||||
}
|
||||
|
||||
void Twine::dumpRepr() const {
|
||||
printRepr(llvm::errs());
|
||||
printRepr(llvm::dbgs());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user