xref: /aosp_15_r20/external/llvm/test/CodeGen/Thumb2/inlineasm.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -filetype=obj
2
3target triple = "thumbv7-none--eabi"
4
5define void @t1() nounwind {
6entry:
7  call void asm sideeffect "mov r0, r1", ""() nounwind
8  ret void
9}
10