Skip to content
Commit 40e62dfd authored by Bob Wilson's avatar Bob Wilson
Browse files

Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases

should fall through to the 'H' case, but instead 'Q' was falling through to 'R'
so that it would do the wrong thing for a big-endian ARM target.

llvm-svn: 104883
parent ab366f05
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