Rename Op::isClassFor to Op::classof to match the LLVM isa/dyn_cast standard...
authorRiver Riddle <riverriddle@google.com>
Sat, 11 May 2019 19:45:35 +0000 (12:45 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 20 May 2019 20:36:59 +0000 (13:36 -0700)
commit360f8a209e21b058cc20949fc8600817b0a1044c
tree9f625898fd50551a4c4eb214e24ea29e23ac043a
parente686a11523326b7161419f7c4e5723cbdd70e235
Rename Op::isClassFor to Op::classof to match the LLVM isa/dyn_cast standard naming scheme.

--

PiperOrigin-RevId: 247771192
mlir/include/mlir/IR/OpDefinition.h
mlir/include/mlir/IR/Operation.h
mlir/include/mlir/IR/OperationSupport.h
mlir/include/mlir/StandardOps/Ops.h
mlir/lib/StandardOps/Ops.cpp