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 | f537768f6dfcdf5f06696b0383e292cbe3c6fec1 (patch) | |
| tree | 4774267b96b9e5f813a16df7f0dc062d160671f3 /lib/Target/CppBackend/CPPBackend.cpp | |
| parent | 526540b06f09bce88284b690bda1ab650e9566ec (diff) | |
| download | external_llvm-f537768f6dfcdf5f06696b0383e292cbe3c6fec1.zip external_llvm-f537768f6dfcdf5f06696b0383e292cbe3c6fec1.tar.gz external_llvm-f537768f6dfcdf5f06696b0383e292cbe3c6fec1.tar.bz2 | |
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 3de81a4..bebad66 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> |
