Skip to content
Commit 6bd10442 authored by Duncan Sands's avatar Duncan Sands
Browse files

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).

llvm-svn: 127000
parent a0935267
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