Replace dyn_cast<> with isa<> when the returned value is unused (NFC)
authorMehdi Amini <aminim@google.com>
Fri, 10 May 2019 20:49:22 +0000 (13:49 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sat, 11 May 2019 02:29:18 +0000 (19:29 -0700)
commita5ca314c4cfa2b7093711d4d57900ac68d98396c
treede8bbdaf485680c54ade557b7df42a911abae242
parent9e363a1f3f4dfdca00f9191d956d1841877be50d
Replace dyn_cast<> with isa<> when the returned value is unused (NFC)

    Fix a gcc warning.

--

PiperOrigin-RevId: 247669360
mlir/lib/Pass/PassTiming.cpp
mlir/tools/mlir-tblgen/RewriterGen.cpp