1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
2 ; RUN: grep {mov EDX, 1}
3 ; check that fastcc is passing stuff in regs.
5 declare x86_fastcallcc i64 @callee(i64)
8 %X = call x86_fastcallcc i64 @callee( i64 4294967299 ) ; <i64> [#uses=1]
12 define x86_fastcallcc i64 @caller2(i64 %X) {