commit | 53dfa78e4133f6cdb5d860279adc337ea099ac15 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Fri Mar 04 14:28:59 2011 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Fri Mar 04 14:28:59 2011 +0000 |
tree | d3e8286c66591d12219a79376d4dc278d1dfef4d | |
parent | 31cbac1cfea8703098e09e7ff5fa8a626eebc920 [diff] |
Revert commit 126684 "Use the correct shift amount type". It is only the correct type after type legalization has completed. Before then it may simply not be big enough to hold the shift amount, particularly on x86 which uses a very small type for shifts (this issue broke stuff in the past which is why LegalizeTypes carefully uses a large type for shift amounts). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127000 91177308-0d34-0410-b5e6-96231b3b80d8