In pp_send, assign to io earlier, and use op_type instead of PL_op->op_type.
authorNicholas Clark <nick@ccl4.org>
Sat, 8 Jan 2011 15:38:16 +0000 (15:38 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 8 Jan 2011 19:54:18 +0000 (19:54 +0000)
commit91472ad44ad2236cbe82f9d004014700b37a6bcc
treeae659878b189d4a7194750a86c8cb6b0999b1484
parente2712234fb9f66b89b77d929912e337172313635
In pp_send, assign to io earlier, and use op_type instead of PL_op->op_type.

On this platform, this doesn't change the size of the object code, suggesting
that there are all transformations that the optimiser had already spotted.
However, the code is now clearer for humans.
pp_sys.c