]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll
[X86][AVX] Simplified diff between AVX1 and SSE42 fp stack folding tests. NFC.
[opencl/llvm.git] / test / CodeGen / X86 / 2006-07-12-InlineAsmQConstraint.ll
1 ; RUN: llc < %s -march=x86
2 ; PR828
4 target datalayout = "e-p:32:32"
5 target triple = "i686-pc-linux-gnu"
7 define void @_ZN5() {
8 cond_true9:
9         %tmp3.i.i = call i32 asm sideeffect "lock; cmpxchg $1,$2", "={ax},q,m,0,~{dirflag},~{fpsr},~{flags},~{memory}"( i32 0, i32* null, i32 0 )               ; <i32> [#uses=0]
10         ret void
11 }