mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Spruce up the error output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8ec765551
commit
0f41587909
@ -68,9 +68,8 @@ void DominatorTree::verifyAnalysis() const {
|
||||
DominatorTree OtherDT;
|
||||
OtherDT.getBase().recalculate(F);
|
||||
if (compare(OtherDT)) {
|
||||
errs() << "DominatorTree is not up to date! Computed:\n";
|
||||
errs() << "DominatorTree is not up to date!\nComputed:\n";
|
||||
print(errs());
|
||||
|
||||
errs() << "\nActual:\n";
|
||||
OtherDT.print(errs());
|
||||
abort();
|
||||
|
Loading…
x
Reference in New Issue
Block a user