mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add a comment.
llvm-svn: 124126
This commit is contained in:
parent
6f83adb763
commit
308677c046
@ -3126,6 +3126,7 @@ ScalarEvolution::getUnsignedRange(const SCEV *S) {
|
||||
///
|
||||
ConstantRange
|
||||
ScalarEvolution::getSignedRange(const SCEV *S) {
|
||||
// See if we've computed this range already.
|
||||
DenseMap<const SCEV *, ConstantRange>::iterator I = SignedRanges.find(S);
|
||||
if (I != SignedRanges.end())
|
||||
return I->second;
|
||||
|
Loading…
x
Reference in New Issue
Block a user