From: Geoffrey Martin-Noble Date: Wed, 29 May 2019 20:58:10 +0000 (-0700) Subject: Change "may never" to "must never" X-Git-Tag: llvmorg-11-init~1466^2~1562 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7b862240c5293a1b30c6ba2ddcc1b576feb2461;p=platform%2Fupstream%2Fllvm.git Change "may never" to "must never" "may never" indicates that it's allowed to never hold a value. I believe the intent here is that it is not allowed to ever hold a value. -- PiperOrigin-RevId: 250560623 --- diff --git a/mlir/include/mlir/EDSC/Builders.h b/mlir/include/mlir/EDSC/Builders.h index 6f7a024..c925e0a 100644 --- a/mlir/include/mlir/EDSC/Builders.h +++ b/mlir/include/mlir/EDSC/Builders.h @@ -253,7 +253,7 @@ protected: /// everywhere. /// A ValueHandle can have 3 states: /// 1. null state (empty type and empty value), in which case it does not hold -/// a value and may never hold a Value (not now of in the future). This is +/// a value and must never hold a Value (now or in the future). This is /// used for MLIR operations with zero returns as well as the result of /// calling a NestedBuilder::operator(). In both cases the objective is to /// have an object that can be inserted in an ArrayRef to