OSDN Git Service

eliminate dead #include.
authorChris Lattner <sabre@nondot.org>
Thu, 22 Apr 2010 20:41:10 +0000 (20:41 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Apr 2010 20:41:10 +0000 (20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102119 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/InlineFunction.cpp

index 75c9ccd..c43af27 100644 (file)
@@ -15,7 +15,6 @@
 #include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
-#include "llvm/LLVMContext.h"
 #include "llvm/Module.h"
 #include "llvm/Instructions.h"
 #include "llvm/IntrinsicInst.h"