From: Chris Lattner Date: Tue, 23 Jul 2002 22:04:02 +0000 (+0000) Subject: Rename header X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ff1be262c4b99053677da61e3437d7adcaa6f326;p=oota-llvm.git Rename header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3037 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/FunctionResolution.cpp b/lib/Transforms/IPO/FunctionResolution.cpp index 19188cbfd19..0d05611c946 100644 --- a/lib/Transforms/IPO/FunctionResolution.cpp +++ b/lib/Transforms/IPO/FunctionResolution.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Transforms/CleanupGCCOutput.h" +#include "llvm/Transforms/IPO.h" #include "llvm/Module.h" #include "llvm/SymbolTable.h" #include "llvm/DerivedTypes.h"