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

Fix a serious bug in the double constant reader. In particular, because

(At[3] << 24) is an int type and it is being coerced to uint64_t, it was
getting sign extended, causing us to get FFFFFFFFxxxxxxxx constants all of
the time.

llvm-svn: 15224
parent 21a015c1
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