brintos

brintos / llvm-project-archived public Read only

0
0
Text · 298 B · ff7ffd3 Raw
13 lines · plain
1; RUN: llc < %s2; PR8283 4target datalayout = "e-p:32:32"5target triple = "i686-pc-linux-gnu"6 7define void @_ZN5() {8cond_true9:9	%tmp3.i.i = call i32 asm sideeffect "lock; cmpxchg $1,$2", "={ax},q,m,0,~{dirflag},~{fpsr},~{flags},~{memory}"( i32 0, ptr null, i32 0 )		; <i32> [#uses=0]10	ret void11}12 13