summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.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/lib/CodeGen/AsmPrinter/DwarfDebug.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/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index ab869987501..fbb522df149 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -22,6 +22,7 @@
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
#include "llvm/Target/TargetRegisterInfo.h"
+#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Timer.h"
#include "llvm/System/Path.h"
using namespace llvm;
OpenPOWER on IntegriCloud