aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/ADT/APFixedPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/ADT/APFixedPoint.h')
-rw-r--r--llvm/include/llvm/ADT/APFixedPoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/APFixedPoint.h b/llvm/include/llvm/ADT/APFixedPoint.h
index 5442968d20e4..b0c510865f44 100644
--- a/llvm/include/llvm/ADT/APFixedPoint.h
+++ b/llvm/include/llvm/ADT/APFixedPoint.h
@@ -235,7 +235,7 @@ public:
std::string toString() const {
SmallString<40> S;
toString(S);
- return std::string(S.str());
+ return std::string(S);
}
void print(raw_ostream &) const;