diff --git a/llvm/lib/Target/AVR/AVRInstrFormats.td b/llvm/lib/Target/AVR/AVRInstrFormats.td index ef596f5cebd50..ffa67b8deeef0 100644 --- a/llvm/lib/Target/AVR/AVRInstrFormats.td +++ b/llvm/lib/Target/AVR/AVRInstrFormats.td @@ -485,7 +485,7 @@ class F32BRk f, dag outs, dag ins, string asmstr, list pattern> } //===----------------------------------------------------------------------===// -// 32 bits direct mem instructions: <|1001|00fd|dddd|0000|kkkk|kkkk|kkkk|kkkk|> +// 32 bits direct mem instructions: <|1001|00fd|dddd|0000|kkkk|kkkk|kkkk|kkkk|> // f = secondary opcode = 1 bit // d = destination = 5 bits // k = constant address = 16 bits diff --git a/llvm/lib/Target/AVR/AVRInstrInfo.td b/llvm/lib/Target/AVR/AVRInstrInfo.td index 0f4672684cfbe..6237bdae2a010 100644 --- a/llvm/lib/Target/AVR/AVRInstrInfo.td +++ b/llvm/lib/Target/AVR/AVRInstrInfo.td @@ -840,7 +840,7 @@ let isCall = 1 in //===----------------------------------------------------------------------===// let isTerminator = 1, isReturn = 1, -isBarrier = 1 in +isBarrier = 1 in { def RET : F16<0b1001010100001000, (outs),