Compare commits
1 Commits
93bcd1d8e1
...
bbb1f08959
| Author | SHA1 | Date | |
|---|---|---|---|
| bbb1f08959 |
@@ -2012,7 +2012,6 @@ 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