Fix warning

llvm-svn: 13189
This commit is contained in:
Chris Lattner 2004-04-27 18:21:56 +00:00
parent 2d3a7a6ff0
commit f1c9593a90
1 changed files with 1 additions and 0 deletions

View File

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