*** /Volumes/SynapseData/simon/121/otp_src_R12B-1/lib/compiler/src/beam_utils.erl~ Mon Nov 26 11:01:46 2007 --- /Volumes/SynapseData/simon/121/otp_src_R12B-1/lib/compiler/src/beam_utils.erl Sun Jan 13 00:08:43 2008 *************** *** 303,309 **** end; check_liveness(R, [{call_fun,Live}|Is], St) -> case R of ! {x,X} when X < Live -> used; {x,_} -> killed; {y,_} -> check_liveness(R, Is, St) end; --- 303,309 ---- end; check_liveness(R, [{call_fun,Live}|Is], St) -> case R of ! {x,X} when X =< Live -> used; {x,_} -> killed; {y,_} -> check_liveness(R, Is, St) end;