Add a break in the default case

llvm-svn: 12639
This commit is contained in:
Chris Lattner 2004-04-03 00:43:03 +00:00
parent 5ade501501
commit 0defaa1cbc
1 changed files with 1 additions and 0 deletions

View File

@ -1923,6 +1923,7 @@ SCEVHandle ScalarEvolutionsImpl::ComputeIterationCount(const Loop *L) {
std::cerr << *LHS << " "
<< Instruction::getOpcodeName(Cond) << " " << *RHS << "\n";
#endif
break;
}
return UnknownValue;
}