Commit b12efefa authored by Michael Kruse's avatar Michael Kruse
Browse files

compile fix

parent 6e7d6b25
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -910,7 +910,6 @@ MemoryAccess::MemoryAccess(ScopStmt *Parent, const MemoryAccess *AccToClone) {
  this->AccessValue = AccToClone->AccessValue;
  this->IsAffine = AccToClone->IsAffine;
  this->Subscripts = AccToClone->Subscripts;
  this->FAD = AccToClone->FAD;

  // TODO: As a clone, the AccessRelation has never been updated. Might set only
  // (Original)AccessRelation, or both to the same relation.