[MLIR][NFC] Remove tblgen:: prefix in TableGen/*.cpp files
authorRahul Joshi <jurahul@google.com>
Wed, 12 Aug 2020 00:47:07 +0000 (17:47 -0700)
committerRahul Joshi <jurahul@google.com>
Wed, 12 Aug 2020 21:41:18 +0000 (14:41 -0700)
commit12d16de538ce3726ea08ff415b34d97bed205a0d
tree3d594e176a179228acb984c33bd26c79de7944d6
parent7ddfb956e1a5ee91d0d30f33ca0c84faeb471db4
[MLIR][NFC] Remove tblgen:: prefix in TableGen/*.cpp files

- Add "using namespace mlir::tblgen" in several of the TableGen/*.cpp files and
  eliminate the tblgen::prefix to reduce code clutter.

Differential Revision: https://reviews.llvm.org/D85800
mlir/include/mlir/TableGen/OpClass.h
mlir/lib/TableGen/Argument.cpp
mlir/lib/TableGen/Attribute.cpp
mlir/lib/TableGen/Dialect.cpp
mlir/lib/TableGen/Format.cpp
mlir/lib/TableGen/OpClass.cpp
mlir/lib/TableGen/OpTrait.cpp
mlir/lib/TableGen/Operator.cpp
mlir/lib/TableGen/Pattern.cpp
mlir/lib/TableGen/Predicate.cpp