blob: b3b0769347f16f2506dae7248edf579b97782c2d [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm -mattr=+v6
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3define i32 @test3() {
4 tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 )
5 ret i32 11
6}