Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifier alrea...
authorRiver Riddle <riverriddle@google.com>
Tue, 18 Jun 2019 20:35:02 +0000 (13:35 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Thu, 20 Jun 2019 06:07:05 +0000 (23:07 -0700)
commitdee282c7da0dab85d2034fb74488affae0b6acb7
tree68887bee8bb76ee9916a0b70a9bac5be89080f5f
parent23962b0d634601416a8bd1a0da9b825d214bc5f4
Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifier already contains all of the necessary functionality/verification, so having a separate class for filenames is unnecessary.

PiperOrigin-RevId: 253855505
12 files changed:
mlir/examples/toy/Ch2/mlir/MLIRGen.cpp
mlir/examples/toy/Ch3/mlir/MLIRGen.cpp
mlir/examples/toy/Ch4/mlir/MLIRGen.cpp
mlir/examples/toy/Ch5/mlir/MLIRGen.cpp
mlir/include/mlir/IR/Builders.h
mlir/include/mlir/IR/Location.h
mlir/lib/IR/Builders.cpp
mlir/lib/IR/Location.cpp
mlir/lib/IR/LocationDetail.h
mlir/lib/IR/MLIRContext.cpp
mlir/lib/Parser/Lexer.cpp
mlir/lib/Parser/Parser.cpp