| commit | 3ed768868db9f0023f2e4b07e2ccb285d2f821be | [log] [tgz] |
|---|---|---|
| author | Duncan Sands <baldrick@free.fr> | Sun Feb 01 18:06:53 2009 +0000 |
| committer | Duncan Sands <baldrick@free.fr> | Sun Feb 01 18:06:53 2009 +0000 |
| tree | 35160c84ac06e815ed7747a33ea7a4d6750019a0 | |
| parent | a6c75ffd73a72fb9d5e9a5e5ec9344a7d96cdfd3 [diff] |
Fix PR3453 and probably a bunch of other potential crashes or wrong code with codegen of large integers: eliminate the legacy getIntegerVTBitMask and getIntegerVTSignBit methods, which returned their value as a uint64_t, so couldn't handle huge types. llvm-svn: 63494