Remove OP_SETVAL after symbol-pseudo simplification.
commit962279e898a2701f3f3b8acce30d2649055b55e3
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 9 Dec 2004 00:52:55 +0000 (8 17:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:41 +0000 (7 21:05 -0700)
tree54260d6f89d73fcb1dbc3dff3ab52e7cb7919afb
parentbaceccd2339451773b18be6cba388afa731eea8d
Remove OP_SETVAL after symbol-pseudo simplification.

We can just replace all users with the symbol pseudo
directly.

This means that we can no longer re-do symbol simplification
after CSE, and we need to rely on the generic memop simplification.
linearize.c
simplify.c