diff --git a/src/mapleall/maple_me/src/lfo_dep_test.cpp b/src/mapleall/maple_me/src/lfo_dep_test.cpp index ac06708ed81d5199b5afc0cb93a460f168f7bfdb..7c3c50cd30a705b6d5b98f669e025494c8667874 100644 --- a/src/mapleall/maple_me/src/lfo_dep_test.cpp +++ b/src/mapleall/maple_me/src/lfo_dep_test.cpp @@ -423,7 +423,7 @@ void DoloopInfo::TestDependences(MapleVector *depTestList, bool bot } else { arrDesc2 = rhsArrays[testPair->depTestPair.second]; } - if (arrDesc1->subscriptVec.size() == arrDesc2->subscriptVec.size()) { + if (arrDesc1->subscriptVec.size() != arrDesc2->subscriptVec.size()) { testPair->dependent = true; testPair->unknownDist = true; continue;