refactor the interface to InlineFunction so that most of the in/out
[oota-llvm.git] / lib / Transforms / IPO / PartialSpecialization.cpp
index e3ae5fa5bdc0bff1c60bd42570ccc2a92873beca..084b94e53566132bcfab5a3255c4abc9654b3fb4 100644 (file)
@@ -27,7 +27,6 @@
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Support/CallSite.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/ADT/DenseSet.h"
 #include <map>
 using namespace llvm;