Fix warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-04-27 18:21:56 +00:00
parent 6ffe551f65
commit 0ebf428e48

View File

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