Remove REG_PAIR.
authorGeorge Koehler <xkernigh@netscape.net>
Mon, 13 Feb 2017 23:11:27 +0000 (18:11 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Mon, 13 Feb 2017 23:11:27 +0000 (18:11 -0500)
commita8f62f44d892d9f537da369f68c20aed92cdd848
tree78dfb41a87bc01615ea31c22f8325cb86f289bb0
parentc5bb3be495a6deda4c00a64f3cb73478ede7e5e4
Remove REG_PAIR.

I added REG_PAIR in cfbc537 to speed up the register allocator,
because ncg was taking about 2 seconds on each sti 8.  I defined only
4 such pairs, so allocating REG_PAIR was much faster than allocating
REG REG.

After my last commit c5bb3be, allocation of REG REG is fast, and
REG_PAIR seems unnecessary.
mach/powerpc/ncg/table