Make some minor improvements to APInt:
authorReid Spencer <rspencer@reidspencer.com>
Tue, 13 Feb 2007 22:41:58 +0000 (22:41 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 13 Feb 2007 22:41:58 +0000 (22:41 +0000)
commitdb3faa64ee89d537ca1b1410dd841ef51e957540
tree222c84cf8703f7d30344a58cc961fd49bb5d6c5c
parent36e37d29441c3f7b51259690e7aa5bc20834445e
Make some minor improvements to APInt:
1. Make all the operators use uppercase
2. Rename APIntRoundToDouble method just RoundToDouble, the APInt is
   redundant.
3. Turn the class on for compilation.

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