llvm::RegisterMCInstrAnalysis::RegisterMCInstrAnalysis

Register MCInstrAnalysisImpl as the MCInstrAnalysis for target T.

Synopsis

Declared in <llvm/MC/TargetRegistry.h>

RegisterMCInstrAnalysis(Target& T);

Parameters

NameDescription
TThe target being registered.