commit | 29f42aebd036306bd0a6a3582e876866e533c56b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Aug 27 04:43:05 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Aug 27 04:43:05 2009 +0000 |
tree | 57740309f8351d9cb74898cd4614dce9ce909f17 | |
parent | 12f0babca4459c253675700e1d707652d5b6ba17 [diff] [blame] |
unbreak the build, yay for symlinks + makefiles. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80205 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Utils/InlineCost.cpp b/lib/Transforms/Utils/InlineCost.cpp index 1a04b96..fe4d060 100644 --- a/lib/Transforms/Utils/InlineCost.cpp +++ b/lib/Transforms/Utils/InlineCost.cpp
@@ -16,7 +16,7 @@ #include "llvm/Support/CallSite.h" #include "llvm/CallingConv.h" #include "llvm/IntrinsicInst.h" - +#include "llvm/ADT/SmallPtrSet.h" using namespace llvm; // CountCodeReductionForConstant - Figure out an approximation for how many