[all-commits] [llvm/llvm-project] 359541: Remove the Identifier::is() method, it is now equi...

Chris Lattner via All-commits all-commits at lists.llvm.org
Mon Apr 13 12:37:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 359541ed4fd4a3affeb8fe109f3771a40e069bc1
      https://github.com/llvm/llvm-project/commit/359541ed4fd4a3affeb8fe109f3771a40e069bc1
  Author: Chris Lattner <clattner at nondot.org>
  Date:   2020-04-13 (Mon, 13 Apr 2020)

  Changed paths:
    M mlir/include/mlir/IR/Identifier.h

  Log Message:
  -----------
  Remove the Identifier::is() method, it is now equivalent to operator==.  NFC.

Summary: Depends on D78042.

Reviewers: rriddle!

Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, grosul1, frgossen, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78043




More information about the All-commits mailing list