summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-24 03:52:50 +0000
committerChris Lattner <sabre@nondot.org>2009-08-24 03:52:50 +0000
commit23132b188ba651ba172380cd082cc286df73d440 (patch)
tree4774267b96b9e5f813a16df7f0dc062d160671f3 /tools/bugpoint/ToolRunner.cpp
parente8f6e795ffaf876defcad01af6826cc8686d72d3 (diff)
downloadllvm-23132b188ba651ba172380cd082cc286df73d440.tar.gz
llvm-23132b188ba651ba172380cd082cc286df73d440.tar.bz2
llvm-23132b188ba651ba172380cd082cc286df73d440.tar.xz
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 'tools/bugpoint/ToolRunner.cpp')
-rw-r--r--tools/bugpoint/ToolRunner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp
index e3e1cae4e5..f6fc37eb1f 100644
--- a/tools/bugpoint/ToolRunner.cpp
+++ b/tools/bugpoint/ToolRunner.cpp
@@ -18,6 +18,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/raw_ostream.h"
+#include "llvm/ADT/StringExtras.h"
#include "llvm/Config/config.h" // for HAVE_LINK_R
#include <fstream>
#include <sstream>