You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
161 B
7 lines
161 B
4 months ago
|
; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o /dev/null
|
||
|
|
||
|
define i32 @test3() {
|
||
|
tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 )
|
||
|
ret i32 11
|
||
|
}
|