EnumsGen: remove dangling assertion
authorLei Zhang <antiagainst@google.com>
Tue, 2 Jul 2019 03:56:13 +0000 (20:56 -0700)
committerjpienaar <jpienaar@google.com>
Tue, 2 Jul 2019 17:27:49 +0000 (10:27 -0700)
commit22883036cd2f24380a3426fd4c1de59281781bd1
tree7f665440408f4ca03df774181a60c56f1e35546d
parentd71b8bae0278537b043858ef7e73a5246c572aae
EnumsGen: remove dangling assertion

StringAttr-backed enum attribute cases changed to allow explicit values,
But this assertion was not deleted.

Fixes https://github.com/tensorflow/mlir/issues/39

PiperOrigin-RevId: 256090793
mlir/lib/TableGen/Attribute.cpp