[all-commits] [llvm/llvm-project] 3c557c: [CodeGen] Remove redundant declaration MIRCanonica...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Sep 22 08:58:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c557cd7f9a5d71a763a12027f18de66f6360562
https://github.com/llvm/llvm-project/commit/3c557cd7f9a5d71a763a12027f18de66f6360562
Author: Kazu Hirata <kazu at google.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
Log Message:
-----------
[CodeGen] Remove redundant declaration MIRCanonicalizerID (NFC)
Note that MIRCanonicalizerID is declared in
llvm/include/llvm/CodeGen/Passes.h, which MIRCanonicalizerPass.cpp
includes.
Identified with readability-redundant-declaration.
More information about the All-commits
mailing list