1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Change errs() to dbgs().

llvm-svn: 92587
This commit is contained in:
David Greene 2010-01-05 01:25:45 +00:00
parent ecb5255809
commit 99517775a2

View File

@ -278,5 +278,5 @@ void VirtRegMap::print(raw_ostream &OS, const Module* M) const {
}
void VirtRegMap::dump() const {
print(errs());
print(dbgs());
}