1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix warning

llvm-svn: 13189
This commit is contained in:
Chris Lattner 2004-04-27 18:21:56 +00:00
parent 02c65b5395
commit adacba2678

View File

@ -457,6 +457,7 @@ namespace llvm {
return ((SC*)this)->visitCouldNotCompute((SCEVCouldNotCompute*)S);
default:
assert(0 && "Unknown SCEV type!");
abort();
}
}