blob: 30f28f8f0d5b23953013d22478155a8f46c98788 [file] [log] [blame]
Danil Malyshevfd39afb2012-05-09 19:07:04 +00001; 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}