	.file	"recurse.c"
	.text
	.globl	pcount_r
	.type	pcount_r, @function
pcount_r:
.LFB0:
	.cfi_startproc
	pushq	%rbx
	.cfi_def_cfa_offset 16
	.cfi_offset 3, -16
	movl	%edi, %ebx
	movl	$0, %eax
	testl	%edi, %edi
	je	.L2
	shrl	%edi
	call	pcount_r
	andl	$1, %ebx
	addl	%ebx, %eax
.L2:
	popq	%rbx
	.cfi_def_cfa_offset 8
	ret
	.cfi_endproc
.LFE0:
	.size	pcount_r, .-pcount_r
	.ident	"GCC: (GNU) 4.8.1"
	.section	.note.GNU-stack,"",@progbits
