From 06fa1768620138a57dcad5277b0a3dd0adb505cc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Aug 2009 03:52:50 +0000 Subject: 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 --- llvm/lib/Transforms/IPO/ArgumentPromotion.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Transforms/IPO/ArgumentPromotion.cpp') diff --git a/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp b/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp index 895a87b6cad..75843e84d2a 100644 --- a/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp +++ b/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp @@ -47,6 +47,7 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/DepthFirstIterator.h" #include "llvm/ADT/Statistic.h" +#include "llvm/ADT/StringExtras.h" #include using namespace llvm; -- cgit v1.2.3