OSDN Git Service

Eliminate a 9640 byte static mutable initialized data item by moving it
authorChris Lattner <sabre@nondot.org>
Fri, 13 Mar 2009 00:03:51 +0000 (00:03 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Mar 2009 00:03:51 +0000 (00:03 +0000)
commit807926a9453f6acbef5c3749bfb7edcc9c3932cb
tree69d6bd43b5a7c7e3bba1943b41782cd4e4f320d7
parente213f3f97241788825900a62f3fe1535ae96a1d7
Eliminate a 9640 byte static mutable initialized data item by moving it
to the stack.  This shrinks all llvm tools by 9k, and improves reentrancy.

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