blob: de145091886be17a1cdc4b6fe56f9fdabfde4218 [file] [log] [blame]
Chris Lattner5591c512006-06-08 18:20:13 +00001; RUN: llvm-as < %s | llc -march=x86
2
3int %test1() {
4 ; Dest is AX, dest type = i32.
5 %tmp4 = call int asm sideeffect "FROB %0", "={ax}"()
6 ret int %tmp4
7}
8