diff options
author | Tanya Lattner <tonic@nondot.org> | 2007-06-19 22:29:50 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2007-06-19 22:29:50 +0000 |
commit | 6f7426ec2e46bb19cc9f9e75f1c355b35cf12d7d (patch) | |
tree | 2bc3e1c786c2ab38d06ffc68a0c234786a2a9db5 /lib/Transforms/IPO/Inliner.cpp | |
parent | 9933e4bd7dc07943f62a9ae17dddb815c4901972 (diff) |
Inliner pass header file was moved.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37665 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/Inliner.cpp')
-rw-r--r-- | lib/Transforms/IPO/Inliner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/Inliner.cpp b/lib/Transforms/IPO/Inliner.cpp index dd749c2ffc..85893d706f 100644 --- a/lib/Transforms/IPO/Inliner.cpp +++ b/lib/Transforms/IPO/Inliner.cpp @@ -14,12 +14,12 @@ //===----------------------------------------------------------------------===// #define DEBUG_TYPE "inline" -#include "Inliner.h" #include "llvm/Module.h" #include "llvm/Instructions.h" #include "llvm/Analysis/CallGraph.h" #include "llvm/Support/CallSite.h" #include "llvm/Target/TargetData.h" +#include "llvm/Transforms/IPO/InlinerPass.h" #include "llvm/Transforms/Utils/Cloning.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" |