Returns true if a certain instruction is deprecated and if so returns the reason in Info.
Synopsis
Declared in <llvm/MC/MCInstrInfo.h>
bool
getDeprecatedInfo(
MCInst& MI,
MCSubtargetInfo const& STI,
std::string& Info) const;
Parameters
Name |
Description |
MI |
Instances of this class represent a single low‐level machine instruction. |
STI |
Generic base class for all target subtargets. |
Created with MrDocs