diff options
author | Kostis Sagonas <[email protected]> | 2016-08-26 10:56:39 +0200 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2016-08-26 10:56:39 +0200 |
commit | 015380363c9b17bb88784302a0b672ff758f5569 (patch) | |
tree | 4529c84cc7f227ac7de156579cad17256b7c5432 /lib/hipe/sparc/hipe_sparc_registers.erl | |
parent | 45276a834883a64eb0115cdcb651f613b8197733 (diff) | |
download | otp-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 'lib/hipe/sparc/hipe_sparc_registers.erl')
0 files changed, 0 insertions, 0 deletions