mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-28 07:05:11 +00:00
Fix built bot failure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab430229ee
commit
760a2d0c51
@ -988,7 +988,7 @@ void SelectInstVisitor::visitSelectInst(SelectInst &SI) {
|
||||
annotateOneSelectInst(SI);
|
||||
break;
|
||||
default:
|
||||
assert(false && "Unknown visiting mode");
|
||||
llvm_unreachable("Unknown visiting mode");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user