rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Add an APSInt::toString() method. llvm-svn: 41309
This commit is contained in:
@@ -107,6 +107,6 @@ int main() {
|
||||
GenericValue gv = EE->runFunction(FooF, noargs);
|
||||
|
||||
// Import result of execution:
|
||||
std::cout << "Result: " << gv.IntVal.toString(10) << "\n";
|
||||
std::cout << "Result: " << gv.IntVal.toStringUnsigned(10) << "\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user