mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
default this to radix 10 like the toString(Un)Signed methods.
llvm-svn: 41311
This commit is contained in:
parent
66d4ebe00f
commit
346bc59e4f
@ -54,7 +54,7 @@ public:
|
||||
|
||||
/// This is used internally to convert an APInt to a string.
|
||||
/// @brief Converts an APInt to a std::string
|
||||
std::string toString(uint8_t Radix) const {
|
||||
std::string toString(uint8_t Radix = 10) const {
|
||||
return APInt::toString(Radix, isSigned());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user