diff options
author | Björn Gustavsson <[email protected]> | 2015-12-07 17:10:37 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-04-06 15:55:29 +0200 |
commit | 4b507534f27c343fe2b53f07bbe52e94c81e381f (patch) | |
tree | dfdaea3bb5c30fb977d43abd93bfca60764a822f /erts | |
parent | 57fcf2334c04352af3ce2c09a370fe9a04b073e9 (diff) | |
download | otp-4b507534f27c343fe2b53f07bbe52e94c81e381f.tar.gz otp-4b507534f27c343fe2b53f07bbe52e94c81e381f.tar.bz2 otp-4b507534f27c343fe2b53f07bbe52e94c81e381f.zip |
ops.tab: Remove useless transformation
The transformation on the following line will do the job.
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/beam/ops.tab | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/ops.tab b/erts/emulator/beam/ops.tab index 772460c177..78000160e3 100644 --- a/erts/emulator/beam/ops.tab +++ b/erts/emulator/beam/ops.tab @@ -1539,7 +1539,6 @@ gen_minus p Live Reg=d Int=i Dst | negation_is_small(Int) => \ # GCing arithmetic instructions. # -gen_plus Fail Live Y=y X=x Dst => i_plus Fail Live X Y Dst gen_plus Fail Live S1 S2 Dst => i_plus Fail Live S1 S2 Dst gen_minus Fail Live S1 S2 Dst => i_minus Fail Live S1 S2 Dst |