Skip to content

Commit

Permalink
[AVR][NFC] Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
tclin914 committed Mar 6, 2020
1 parent 952ee0d commit c40a901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AVR/AVRInstrFormats.td
Expand Up @@ -485,7 +485,7 @@ class F32BRk<bits<3> f, dag outs, dag ins, string asmstr, list<dag> 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
Expand Down
2 changes: 1 addition & 1 deletion llvm/lib/Target/AVR/AVRInstrInfo.td
Expand Up @@ -840,7 +840,7 @@ let isCall = 1 in
//===----------------------------------------------------------------------===//
let isTerminator = 1,
isReturn = 1,
isBarrier = 1 in
isBarrier = 1 in
{
def RET : F16<0b1001010100001000,
(outs),
Expand Down

0 comments on commit c40a901

Please sign in to comment.