diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-27 04:43:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-27 04:43:05 +0000 |
commit | 29f42aebd036306bd0a6a3582e876866e533c56b (patch) | |
tree | 57740309f8351d9cb74898cd4614dce9ce909f17 /lib/Transforms/Utils | |
parent | 12f0babca4459c253675700e1d707652d5b6ba17 (diff) | |
download | external_llvm-29f42aebd036306bd0a6a3582e876866e533c56b.zip external_llvm-29f42aebd036306bd0a6a3582e876866e533c56b.tar.gz external_llvm-29f42aebd036306bd0a6a3582e876866e533c56b.tar.bz2 |
unbreak the build, yay for symlinks + makefiles. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils')
-rw-r--r-- | lib/Transforms/Utils/InlineCost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |