Use brute-force algorithm for to_string. It doesn't have to be efficient
authorReid Spencer <rspencer@reidspencer.com>
Wed, 14 Feb 2007 02:52:25 +0000 (02:52 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 14 Feb 2007 02:52:25 +0000 (02:52 +0000)
commit879dfe1c9c563d05bc210bde6ac948f6b2980206
tree7738444bec9f06dd643629fef9f7aaa8a20f02b6
parentb42b411f74561ddcf705c6e4c5c91069b955b2cc
Use brute-force algorithm for to_string. It doesn't have to be efficient
at this point, it just needs to work so we can test things reliably.

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