[mlir][ods] (NFC) remove erroneous trait

This commit is contained in:
Mogball 2022-05-14 00:37:34 +00:00
parent 70b69c54fa
commit bf8049dc48
1 changed files with 0 additions and 6 deletions
mlir/include/mlir/IR

View File

@ -294,12 +294,6 @@ class Variadic<Type type> : TypeConstraint<type.predicate, type.summary,
int minSize = 0;
}
// A variadic type constraint of at least N types. It expands to N or more of
// the base type.
class VariadicAtLeast<int N, Type type> : Variadic<type> {
let minSize = N;
}
// A nested variadic type constraint. It expands to zero or more variadic ranges
// of the base type. This class is used for supporting variadic operands and
// results. `variadicSegmentAttrName` should correspond to the name of an