diff --git a/lib/Target/AVR/AVRInstrInfo.td b/lib/Target/AVR/AVRInstrInfo.td index b81f32b1f5f..c458fe7de06 100644 --- a/lib/Target/AVR/AVRInstrInfo.td +++ b/lib/Target/AVR/AVRInstrInfo.td @@ -89,7 +89,7 @@ def imm0_63_neg : PatLeaf<(imm), def uimm6 : PatLeaf<(imm), [{ return isUInt<6>(N->getZExtValue()); }]>; -// imm_com8_XFORM - Return the complement of a t2_so_imm value +// imm_com8_XFORM - Return the complement of a imm_com8 value def imm_com8_XFORM : SDNodeXFormgetTargetConstant(~((uint8_t)N->getZExtValue()), SDLoc(N), MVT::i8); @@ -99,7 +99,7 @@ def imm_com8_XFORM : SDNodeXForm and InstAlias<>). The actual encoding -// is handled by the destination instructions, which use t2_so_imm. +// is handled by the destination instructions, which use imm_com8. def imm_com8_asmoperand : AsmOperandClass { let Name = "ImmCom8"; } def imm_com8 : Operand { let ParserMatchClass = imm_com8_asmoperand;