mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +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]
|