rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
authorChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2007 05:15:32 +0000 (05:15 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2007 05:15:32 +0000 (05:15 +0000)
commit9132a2b81842b0e2b77703fab3e6fe7467f859bb
treeb31a8cddd0f652d3bc2e363a542dfc0b69067ea6
parentc00c2baf481b9dffe9288f5dad0f5ec9687e1347
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()

Add an APSInt::toString() method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41309 91177308-0d34-0410-b5e6-96231b3b80d8
examples/Fibonacci/fibonacci.cpp
examples/HowToUseJIT/HowToUseJIT.cpp
include/llvm/ADT/APInt.h
include/llvm/ADT/APSInt.h
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Support/APInt.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp