mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92638 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af6c8cc272
commit
7fd5fb4b47
@ -22,6 +22,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Support/ConstantRange.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Instructions.h"
|
||||
using namespace llvm;
|
||||
@ -655,7 +656,7 @@ void ConstantRange::print(raw_ostream &OS) const {
|
||||
/// dump - Allow printing from a debugger easily...
|
||||
///
|
||||
void ConstantRange::dump() const {
|
||||
print(errs());
|
||||
print(dbgs());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user