Skip to content
Commit db45f7d7 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix a bug that andrew noticed where we do not correctly sign/zero extend

returned integer values all of the way to 64-bits (we only did it to 32-bits
leaving the top bits undefined).  This causes problems for targets like alpha
whose ABI's define the top bits too.

llvm-svn: 20926
parent 8de8b7bf
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