Add code to remove unused phis, converting to pruned SSA form, to avoid
authorDavid Given <dg@cowlark.com>
Wed, 12 Oct 2016 19:50:12 +0000 (21:50 +0200)
committerDavid Given <dg@cowlark.com>
Wed, 12 Oct 2016 19:50:12 +0000 (21:50 +0200)
commit4723a1442f173fb239b468be8c5a7913f1f5177e
treeb084c01d3f6c86c81e23036b6444d86d0774f587
parentdf239b3f90ed5e752c9ec83053f5bfe5130b9da7
Add code to remove unused phis, converting to pruned SSA form, to avoid
confusing the register allocator later.
mach/proto/mcg/mcg.h
mach/proto/mcg/pass_removedeadphis.c [new file with mode: 0644]
mach/proto/mcg/procedure.c