Return a near miss from a failed target predicate.

Synopsis

Declared in <llvm/MC/MCParser/MCTargetAsmParser.h>

static
NearMissInfo
getMissedPredicate(unsigned int FailureCode);

Description

The instruction encoding is not valid because the target‐specific predicate function returned an error code. FailureCode is the target‐specific error code returned by the predicate.

Return Value

A near miss from a failed target predicate.

Parameters

Name

Description

FailureCode

Target‐specific predicate error code.

Created with MrDocs