forked from OSchip/llvm-project
parent
7e256f397c
commit
91c42f851b
|
@ -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