mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-06 10:38:54 +00:00
[SCCP] More informative message if we don't know how to handle a terminator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
531e80f211
commit
5fc0e47e6b
@ -636,7 +636,7 @@ bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) {
|
|||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
dbgs() << "Unknown terminator instruction: " << *TI << '\n';
|
dbgs() << "Unknown terminator instruction: " << *TI << '\n';
|
||||||
#endif
|
#endif
|
||||||
llvm_unreachable(nullptr);
|
llvm_unreachable("SCCP: Don't know how to handle this terminator!");
|
||||||
}
|
}
|
||||||
|
|
||||||
// visit Implementations - Something changed in this instruction, either an
|
// visit Implementations - Something changed in this instruction, either an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user