Replace dyn_cast<>() with isa<>() when the result isn't used (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Wed, 3 Jun 2020 03:09:45 +0000 (03:09 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 3 Jun 2020 03:09:45 +0000 (03:09 +0000)
commita09bb6d77b39d3f87c76b525b355e158245a63cd
tree70bba0d60780b47ca3d663e5472400dec803568e
parentf9bb101d394d62027ba33e132691540f1e63cea8
Replace dyn_cast<>() with isa<>() when the result isn't used (NFC)

Fixed warning reported by some GCC version.
mlir/lib/TableGen/Operator.cpp