[Mlir-commits] [mlir] d92aabc - [MLIR][NFC] Simplex: remove repeated words in comment
Arjun P
llvmlistbot at llvm.org
Mon Nov 22 02:20:25 PST 2021
Author: Arjun P
Date: 2021-11-22T15:50:03+05:30
New Revision: d92aabc33666e83612c93e7c9c5c454510ba9b07
URL: https://github.com/llvm/llvm-project/commit/d92aabc33666e83612c93e7c9c5c454510ba9b07
DIFF: https://github.com/llvm/llvm-project/commit/d92aabc33666e83612c93e7c9c5c454510ba9b07.diff
LOG: [MLIR][NFC] Simplex: remove repeated words in comment
Added:
Modified:
mlir/include/mlir/Analysis/Presburger/Simplex.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/Analysis/Presburger/Simplex.h b/mlir/include/mlir/Analysis/Presburger/Simplex.h
index 99632ef6b19af..893f0d66b613f 100644
--- a/mlir/include/mlir/Analysis/Presburger/Simplex.h
+++ b/mlir/include/mlir/Analysis/Presburger/Simplex.h
@@ -193,7 +193,7 @@ class Simplex {
Optional<Fraction> computeOptimum(Direction direction,
ArrayRef<int64_t> coeffs);
- /// Returns whether the perpendicular of the specified constraint is a
+ /// Returns whether the perpendicular of the specified constraint
/// is a direction along which the polytope is bounded.
bool isBoundedAlongConstraint(unsigned constraintIndex);
More information about the Mlir-commits
mailing list