Compare commits
1 Commits
bbb1f08959
...
93bcd1d8e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 93bcd1d8e1 |
@@ -2012,6 +2012,7 @@ static bool fixedSubscriptLess(const ArraySubscript& left, const ArraySubscript&
|
|||||||
// using empirical methods
|
// using empirical methods
|
||||||
static bool arePossibleDifferent(ArraySubscript left, ArraySubscript right)
|
static bool arePossibleDifferent(ArraySubscript left, ArraySubscript right)
|
||||||
{
|
{
|
||||||
|
// TODO: add warning?
|
||||||
if (left.isFixed && right.isRegIndex && right.regExprStart == right.regExprEnd) {
|
if (left.isFixed && right.isRegIndex && right.regExprStart == right.regExprEnd) {
|
||||||
return true; // in general, this is not true
|
return true; // in general, this is not true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user