Change the implementation of mlir::hash_value(Identifier) to be consistent
authorChris Lattner <clattner@nondot.org>
Sun, 12 Apr 2020 04:59:48 +0000 (21:59 -0700)
committerChris Lattner <clattner@nondot.org>
Sun, 12 Apr 2020 04:59:48 +0000 (21:59 -0700)
commited87d9d6434fa3a7dc6f53f1fc5da30994e125fc
tree7e754ef6a6bda972be77ea2b15edc5506e9a6afc
parent0031c7f7dab5489934fc97c783fedbd49a377323
Change the implementation of mlir::hash_value(Identifier) to be consistent
with DenseMapInfo<mlir::Identifier>::getHashValue. NFC.

Adjust a few variable names to follow MLIR convention while here NFC.
mlir/include/mlir/IR/Identifier.h