mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
9 lines
133 B
ArmAsm
9 lines
133 B
ArmAsm
|
; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
|
||
|
|
||
|
|
||
|
foo:
|
||
|
|
||
|
reti
|
||
|
|
||
|
; CHECK: reti ; encoding: [0x18,0x95]
|