forked from OSchip/llvm-project
parent
5ade501501
commit
0defaa1cbc
|
@ -1923,6 +1923,7 @@ SCEVHandle ScalarEvolutionsImpl::ComputeIterationCount(const Loop *L) {
|
|||
std::cerr << *LHS << " "
|
||||
<< Instruction::getOpcodeName(Cond) << " " << *RHS << "\n";
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
return UnknownValue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue