Home | History | Annotate | Download | only in ARM
      1 ; RUN: llc < %s -march=arm -mattr=+v6
      2 
      3 define i32 @test3() {
      4 	tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 )
      5 	ret i32 11
      6 }
      7