diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-04-03 00:43:03 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-04-03 00:43:03 +0000 |
| commit | 0defaa1cbc2e4b4ce3d24e0500b20c47d7f33068 (patch) | |
| tree | 488a3b7ac66543a484cc0a724b454f075ddb1294 /llvm/lib/Analysis | |
| parent | 5ade501501dad76982f543d7d5560ebf7cbf97e0 (diff) | |
| download | bcm5719-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.cpp | 1 |
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; } |

