summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit06fa1768620138a57dcad5277b0a3dd0adb505cc (patch)
tree8d3812f834a6c7e3d96c27ceee2c48ef87f6344f /llvm/tools/bugpoint/ToolRunner.cpp
parente849956de8498673d17d64902386f48ec8efcad9 (diff)
downloadbcm5719-llvm-06fa1768620138a57dcad5277b0a3dd0adb505cc.tar.gz
bcm5719-llvm-06fa1768620138a57dcad5277b0a3dd0adb505cc.zip
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. llvm-svn: 79885
Diffstat (limited to 'llvm/tools/bugpoint/ToolRunner.cpp')
-rw-r--r--llvm/tools/bugpoint/ToolRunner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/ToolRunner.cpp b/llvm/tools/bugpoint/ToolRunner.cpp
index e3e1cae4e5d..f6fc37eb1ff 100644
--- a/llvm/tools/bugpoint/ToolRunner.cpp
+++ b/llvm/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>
OpenPOWER on IntegriCloud