Remove OP_SETCC, make OP_SEL bigger instead.
commitf4838f47038173fa0e0cefa919338916075bf6d2
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 1 Dec 2004 19:06:16 +0000 (1 12:06 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:22 +0000 (7 21:05 -0700)
tree0c5e6346f6d94572303c5fbdcec153c08c4ba45a
parent7d3d2f57278dcdc6c1dcc88c760af28352409738
Remove OP_SETCC, make OP_SEL bigger instead.

This was originally done so that "struct instruction" would be
smaller, but it has since grown anyway (for the memops), so splitting
OP_SEL into two instructions no longer makes sense, and makes it
harder on CSE.
cse.c
linearize.c
linearize.h
liveness.c
simplify.c