commit | d984eb6073d5445f08fb0cea67a668b1b5e888e0 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Thu May 27 20:23:42 2010 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Thu May 27 20:23:42 2010 +0000 |
tree | a741773f3b340de869cc80ecce0d893f1ad29dbc | |
parent | 4b7416b75db2a4b80ccffe6e15c0d7b6996a8201 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104883 91177308-0d34-0410-b5e6-96231b3b80d8