[PATCH] D108723: [M68k][NFC] Fix enum references in the asm parser

John Paul Adrian Glaubitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 12:58:12 PDT 2021


glaubitz added a reviewer: jrtc27.
glaubitz added a subscriber: jrtc27.
glaubitz added a comment.

As suggested here [1] by @jrtc27, I think the better solution is to rename the enum `Kind` to `KindTy`.

> [1] https://github.com/rust-lang/rust/pull/88321#discussion_r696043053


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108723/new/

https://reviews.llvm.org/D108723



More information about the llvm-commits mailing list