Skip to content
Commit 4e08a634 authored by Joerg Sonnenberger's avatar Joerg Sonnenberger
Browse files

Don't take short cuts trying to avoid conditionals. This leads to

negative shift amounts and/or shifts wider than the type. VAX traps on
the former, X86 and other platforms produce incorrect results on the
latter.

llvm-svn: 204193
parent 319026d1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment