make APFloat::toString be const.
authorChris Lattner <sabre@nondot.org>
Sat, 6 Mar 2010 19:20:13 +0000 (19:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 6 Mar 2010 19:20:13 +0000 (19:20 +0000)
commit0ddda3b8c6acc85761636ad46981395fdbe8daba
treee030705b7f319e860ae5e6b3e056ed6902bbd2e0
parent1c383ca2ef202cc55882a5fc27cc12405a23bdeb
make APFloat::toString be const.

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