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

On big-endian machines it is wrong to do a full

width register load followed by a truncating
store for the copy, since the load will not place
the value in the lower bits.  Probably partial
loads/stores can never happen here, but fix it
anyway.

llvm-svn: 60972
parent 234b44ad
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