Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Thumb2 / inlineasm.ll
blob30f28f8f0d5b23953013d22478155a8f46c98788
1 ; RUN: llc < %s -filetype=obj
3 target triple = "thumbv7-none--eabi"
5 define void @t1() nounwind {
6 entry:
7   call void asm sideeffect "mov r0, r1", ""() nounwind
8   ret void