Commit b4c14214 authored by Adrian Kuegel's avatar Adrian Kuegel
Browse files

[mlir] Apply ClangTidy fix

Remove redundant return.
parent 8775232c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1351,7 +1351,6 @@ void IntegerRelation::simplify() {
    changed |= removeDuplicateConstraints();
  }
  // Current set is not empty.
  return;
}

/// Removes local variables using equalities. Each equality is checked if it