brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · 30f28f8 Raw
10 lines · plain
1; RUN: llc < %s -filetype=obj2 3target triple = "thumbv7-none--eabi"4 5define void @t1() nounwind {6entry:7  call void asm sideeffect "mov r0, r1", ""() nounwind8  ret void9}10