summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-03 00:43:03 +0000
committerChris Lattner <sabre@nondot.org>2004-04-03 00:43:03 +0000
commit0defaa1cbc2e4b4ce3d24e0500b20c47d7f33068 (patch)
tree488a3b7ac66543a484cc0a724b454f075ddb1294 /llvm/lib/Analysis
parent5ade501501dad76982f543d7d5560ebf7cbf97e0 (diff)
downloadbcm5719-llvm-0defaa1cbc2e4b4ce3d24e0500b20c47d7f33068.tar.gz
bcm5719-llvm-0defaa1cbc2e4b4ce3d24e0500b20c47d7f33068.zip
Add a break in the default case
llvm-svn: 12639
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/ScalarEvolution.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp
index b35e2c4542d..e75229c0675 100644
--- a/llvm/lib/Analysis/ScalarEvolution.cpp
+++ b/llvm/lib/Analysis/ScalarEvolution.cpp
@@ -1923,6 +1923,7 @@ SCEVHandle ScalarEvolutionsImpl::ComputeIterationCount(const Loop *L) {
std::cerr << *LHS << " "
<< Instruction::getOpcodeName(Cond) << " " << *RHS << "\n";
#endif
+ break;
}
return UnknownValue;
}
OpenPOWER on IntegriCloud