[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
[llvm-core.git] / 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