mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-18 19:28:16 +00:00
Fix comment grammaro
llvm-svn: 32198
This commit is contained in:
parent
f60eb61a53
commit
9161e033cd
@ -1925,9 +1925,9 @@ SCEVHandle ScalarEvolutionsImpl::getSCEVAtScope(SCEV *V, const Loop *L) {
|
||||
}
|
||||
}
|
||||
|
||||
// Okay, this is a some expression that we cannot symbolically evaluate
|
||||
// Okay, this is an expression that we cannot symbolically evaluate
|
||||
// into a SCEV. Check to see if it's possible to symbolically evaluate
|
||||
// the arguments into constants, and if see, try to constant propagate the
|
||||
// the arguments into constants, and if so, try to constant propagate the
|
||||
// result. This is particularly useful for computing loop exit values.
|
||||
if (CanConstantFold(I)) {
|
||||
std::vector<Constant*> Operands;
|
||||
|
Loading…
x
Reference in New Issue
Block a user