[MLIR] Fix AttributeInterface declaration.
authorUlysse Beaugnon <ulysse@google.com>
Mon, 26 Oct 2020 22:40:40 +0000 (23:40 +0100)
committerAlex Zinenko <zinenko@google.com>
Mon, 26 Oct 2020 22:41:39 +0000 (23:41 +0100)
commitdb4863ffd1ff0beaf8b13a50beb81d22c8f1137d
treec404e6cd3818cdc7312303b75cdead3db04dea24
parent515973222ed29abe49f241e89edb6854f44162d4
[MLIR] Fix AttributeInterface declaration.

Substitues `Type` by `Attribute` in the declaration of AttributeInterface. It
looks like the code was written by copy-pasting the definition of TypeInterface,
but the substitution of Type by Attribute was missing at some places.

Reviewed By: rriddle, ftynse

Differential Revision: https://reviews.llvm.org/D90138
mlir/include/mlir/IR/Attributes.h