1 ; RUN: llc < %s -mtriple=i686-apple-darwin -pre-RA-sched=fast \
3 ; make sure scheduler honors the flags clobber. PR 7882.
5 define i32 @main(i32 %argc, ptr %argv) nounwind
10 %res = icmp slt i32 1, %argc
11 %tmp = call i32 asm sideeffect alignstack
14 mov $$13, $0", "=r,r,~{memory},~{flags}" (i1 %res)
15 %ret = select i1 %res, i32 %tmp, i32 42