OSDN Git Service

1. Use APINT_WORD_SIZE instead of sizeof(uint64_t)
authorReid Spencer <rspencer@reidspencer.com>
Sun, 18 Feb 2007 20:09:41 +0000 (20:09 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 18 Feb 2007 20:09:41 +0000 (20:09 +0000)
commita58f05847cb663e962c30d842bf6cbbed446459b
treec0de80814fe274faaacf605d0a25358cbbdad4ac
parenta932e3f799cbf2f689e4987fea543d3f8661e7a8
1. Use APINT_WORD_SIZE instead of sizeof(uint64_t)
2. Teach slt about signedness.
3. Teach roundToDouble to properly sign extend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34391 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp