mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Fix debugging strings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107795 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b48c33936
commit
643fffe429
@ -378,7 +378,7 @@ void MachineFunction::viewCFG() const
|
||||
#ifndef NDEBUG
|
||||
ViewGraph(this, "mf" + getFunction()->getNameStr());
|
||||
#else
|
||||
errs() << "SelectionDAG::viewGraph is only available in debug builds on "
|
||||
errs() << "MachineFunction::viewCFG is only available in debug builds on "
|
||||
<< "systems with Graphviz or gv!\n";
|
||||
#endif // NDEBUG
|
||||
}
|
||||
@ -388,7 +388,7 @@ void MachineFunction::viewCFGOnly() const
|
||||
#ifndef NDEBUG
|
||||
ViewGraph(this, "mf" + getFunction()->getNameStr(), true);
|
||||
#else
|
||||
errs() << "SelectionDAG::viewGraph is only available in debug builds on "
|
||||
errs() << "MachineFunction::viewCFGOnly is only available in debug builds on "
|
||||
<< "systems with Graphviz or gv!\n";
|
||||
#endif // NDEBUG
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user