mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 17:02:03 +00:00
Change errs() to dbgs().
llvm-svn: 92587
This commit is contained in:
parent
ecb5255809
commit
99517775a2
@ -278,5 +278,5 @@ void VirtRegMap::print(raw_ostream &OS, const Module* M) const {
|
||||
}
|
||||
|
||||
void VirtRegMap::dump() const {
|
||||
print(errs());
|
||||
print(dbgs());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user