aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2016-08-26 10:56:39 +0200
committerKostis Sagonas <[email protected]>2016-08-26 10:56:39 +0200
commit015380363c9b17bb88784302a0b672ff758f5569 (patch)
tree4529c84cc7f227ac7de156579cad17256b7c5432 /erts
parent45276a834883a64eb0115cdcb651f613b8197733 (diff)
downloadotp-015380363c9b17bb88784302a0b672ff758f5569.tar.gz
otp-015380363c9b17bb88784302a0b672ff758f5569.tar.bz2
otp-015380363c9b17bb88784302a0b672ff758f5569.zip
Eliminate catch-all clause from two functions
A stronger version of Dialyzer complained that some case clauses in functions xaluop_is_shift/1 and xaluop_normalise/1 are unreachable. These clauses are now commented out. While at it, I thought that it would be better to eliminate the catch-all clauses in order to be certain we properly handle all RTL instructions that are used as inputs to these functions. Note: The code will now crash if there are unhandled cases.
Diffstat (limited to 'erts')
0 files changed, 0 insertions, 0 deletions