forked from OSchip/llvm-project
parent
36bc2b00eb
commit
1b66dd690c
|
@ -0,0 +1,8 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86
|
||||
|
||||
int %test1() {
|
||||
; Dest is AX, dest type = i32.
|
||||
%tmp4 = call int asm sideeffect "FROB %0", "={ax}"()
|
||||
ret int %tmp4
|
||||
}
|
||||
|
Loading…
Reference in New Issue