[NFC] cleanup of parser
authorAart Bik <ajcbik@google.com>
Fri, 30 Jun 2023 03:54:51 +0000 (20:54 -0700)
committerAart Bik <ajcbik@google.com>
Fri, 30 Jun 2023 04:51:39 +0000 (21:51 -0700)
commit1ea05c0086104993bc2c2799e5f1f9c7f89ac5bf
tree0657ae04f86cc306df8e699d61489719d85a3af5
parenta374fb2b5e72bb43009461a09332ea1b76200287
[NFC] cleanup of parser

This revision fixes a typo, where printIntegerSet() was used where it should have been parseIntegerSet().It also removes a dangling getDimsAndSymbolSSAIds() declaration that is never used.

Differential Revision: https://reviews.llvm.org/D154179
mlir/include/mlir/IR/OpImplementation.h
mlir/lib/AsmParser/AffineParser.cpp
mlir/lib/AsmParser/AsmParserImpl.h