[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.
This commit is contained in:
Kazu Hirata 2021-09-22 08:58:26 -07:00
parent 506dbd88fe
commit 3c557cd7f9
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@
using namespace llvm;
namespace llvm {
extern char &MIRCanonicalizerID;
} // namespace llvm
#define DEBUG_TYPE "mir-canonicalizer"
static cl::opt<unsigned>