mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 13:46:13 +00:00
Fix warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ffe551f65
commit
0ebf428e48
@ -457,6 +457,7 @@ namespace llvm {
|
||||
return ((SC*)this)->visitCouldNotCompute((SCEVCouldNotCompute*)S);
|
||||
default:
|
||||
assert(0 && "Unknown SCEV type!");
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user