Go to file
Bill Wendling 68a930b33e The inst combining of inttoptr into GEP with one index was using the bit size of
the type instead of the byte size. This was causing troublesome mis-compilations.

True to form, this took 2 days to find and is a one-line fix. :-P

llvm-svn: 48354
2008-03-14 05:12:19 +00:00
clang ISO/IEC TR 18037 2008-03-14 00:22:18 +00:00
llvm The inst combining of inttoptr into GEP with one index was using the bit size of 2008-03-14 05:12:19 +00:00