aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineCodeForInstruction.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-25 23:15:44 +0000
committerChris Lattner <sabre@nondot.org>2004-07-25 23:15:44 +0000
commit1d78516c651368b8d9e3a20f1442982c9398b5be (patch)
tree1ead5d62bb226949dfc79c223c3c6d41934b6f57 /lib/CodeGen/MachineCodeForInstruction.cpp
parenta9d790c831de8f5dd96b689e337c35153f78a7c7 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineCodeForInstruction.cpp')
0 files changed, 0 insertions, 0 deletions