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/utils/TableGen/InstrInfoEmitter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/utils') diff --git a/llvm/utils/TableGen/InstrInfoEmitter.cpp b/llvm/utils/TableGen/InstrInfoEmitter.cpp index ef52c07692a..533ff9f98f3 100644 --- a/llvm/utils/TableGen/InstrInfoEmitter.cpp +++ b/llvm/utils/TableGen/InstrInfoEmitter.cpp @@ -15,6 +15,7 @@ #include "InstrInfoEmitter.h" #include "CodeGenTarget.h" #include "Record.h" +#include "llvm/ADT/StringExtras.h" #include using namespace llvm; -- cgit v1.2.3