NFC: Move the Type::is* predicates to StandardTypes.cpp
authorRiver Riddle <riverriddle@google.com>
Fri, 16 Aug 2019 21:45:37 +0000 (14:45 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 16 Aug 2019 21:46:06 +0000 (14:46 -0700)
commit36c373129d2605a81fbb606b36f9e95b31e29a95
tree196c4173bac85686f5ea98c2ff5e90f2090af47f
parent3191f9c5e074de8d9d220ee702d5298870bde032
NFC: Move the Type::is* predicates to StandardTypes.cpp

These methods are currently defined 'inline' in StandardTypes.h, but this may create linker errors if StandardTypes.h isn't included at the use site.

PiperOrigin-RevId: 263850328
mlir/include/mlir/IR/StandardTypes.h
mlir/lib/IR/StandardTypes.cpp