We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99f469 commit 6c78fa6Copy full SHA for 6c78fa6
llvm/include/llvm/MC/MCDecoderOps.h
@@ -21,7 +21,7 @@ enum DecoderOps {
21
OPC_FilterValueOrFail, // OPC_FilterValueOrFail(uleb128 Val)
22
OPC_CheckField, // OPC_CheckField(uleb128 Start, uint8_t Len,
23
// uleb128 Val, nts_t NumToSkip)
24
- OPC_CheckFieldOrFail, // OPC_ChecFieldOrFail(uleb128 Start, uint8_t Len,
+ OPC_CheckFieldOrFail, // OPC_CheckFieldOrFail(uleb128 Start, uint8_t Len,
25
// uleb128 Val)
26
OPC_CheckPredicate, // OPC_CheckPredicate(uleb128 PIdx, nts_t NumToSkip)
27
OPC_CheckPredicateOrFail, // OPC_CheckPredicateOrFail(uleb128 PIdx)
0 commit comments