diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-24 03:52:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-24 03:52:50 +0000 |
commit | 23132b188ba651ba172380cd082cc286df73d440 (patch) | |
tree | 4774267b96b9e5f813a16df7f0dc062d160671f3 /lib/Target/CppBackend/CPPBackend.cpp | |
parent | e8f6e795ffaf876defcad01af6826cc8686d72d3 (diff) |
prune the #includes in raw_ostream.h by moving a
member out of line. ftostr is not particularly speedy,
so that method is presumably not perf sensitive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CppBackend/CPPBackend.cpp')
-rw-r--r-- | lib/Target/CppBackend/CPPBackend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/CppBackend/CPPBackend.cpp b/lib/Target/CppBackend/CPPBackend.cpp index 3de81a47c7..bebad66796 100644 --- a/lib/Target/CppBackend/CPPBackend.cpp +++ b/lib/Target/CppBackend/CPPBackend.cpp @@ -28,6 +28,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FormattedStream.h" #include "llvm/Target/TargetRegistry.h" +#include "llvm/ADT/StringExtras.h" #include "llvm/Config/config.h" #include <algorithm> #include <set> |