Deleted some puzzling code in flops(), a routine which locates redundant
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sun, 28 Feb 1988 13:10:39 +0000 (05:10 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sun, 28 Feb 1988 13:10:39 +0000 (05:10 -0800)
commitd752722a75cf3d2e56be8fda0d156344ed8434ef
tree911ca9bdaa40a65148e6c7b65ccac888f6715390
parent914527c0aba001d903fb64a095956fbd96b08bb8
Deleted some puzzling code in flops(), a routine which locates redundant
std/ldd pairs and eliminates the ldd, turning the std into a write to a dead
register which is in turn removed by bflow().  The original coder apparently
wanted to re-run bflow() on all the instructions between the std and the ldd;
this is a gross error, since the uses[] information has been destroyed and
useful instructions can be inadvertently deleted.

SCCS-vsn: old/pcc/c2.tahoe/c21.c 1.8
usr/src/old/pcc/c2.tahoe/c21.c