Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing most
authorDaniel Dunbar <daniel@zuster.org>
Tue, 18 Aug 2009 22:24:00 +0000 (22:24 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 18 Aug 2009 22:24:00 +0000 (22:24 +0000)
commit3b3de924f5deccfa651b1e7db01e0be21dcaf1aa
tree6d159ed8a1c8672ec7eb828470a004982c92ebb9
parentc0823fe7c679ca8f7d1667a310c2fca97b9402d5
Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing most
div/mods in 32-bits.

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