blob: c57aa995e8a8d2703df4a6afa35e7802872d4ddd [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s
Chris Lattner9c287c22008-05-22 04:45:22 +00002; PR2267
3target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
4target triple = "i386-apple-darwin8"
5
6define void @atomic_store_rel_int(i32* %p, i32 %v) nounwind {
7entry:
8 %asmtmp = tail call i32 asm sideeffect "xchgl $1,$0", "=*m,=r,*m,1,~{dirflag},~{fpsr},~{flags}"( i32* %p, i32* %p, i32 %v ) nounwind ; <i32> [#uses=0]
9 ret void
10}
11