[mlir][DeclarativeParser][NFC] Use explicit type names in TypeSwitch to
authorRiver Riddle <riddleriver@gmail.com>
Sat, 22 Feb 2020 00:09:58 +0000 (16:09 -0800)
committerRiver Riddle <riddleriver@gmail.com>
Sat, 22 Feb 2020 00:14:13 +0000 (16:14 -0800)
commit42060c0a987076567814f97abdf485a55bf6018a
tree7fa6c1f45b3298806380965e75be6ce87f130aa0
parentd3e170c4388693b6628fa91cbf78506a5fb45439
[mlir][DeclarativeParser][NFC] Use explicit type names in TypeSwitch to
appease older GCC.

Older versions of GCC are unable to properly capture 'this' in template lambdas,
resulting in errors.
mlir/tools/mlir-tblgen/OpFormatGen.cpp