Recursively generate the basic blocks for this propdef

Property definitions

nitc $ SSA :: generate_basic_blocks
	# Recursively generate the basic blocks for this propdef
	fun generate_basic_blocks
	do
		propdef.generate_basic_blocks(self)
	end
src/ssa.nit:132,2--136,4