commit | f659a56d993743e0d51beb2c94fbe187637e5918 | [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 | d1586b1a1d27d5efeb8e487bbeb7ed255159e53b [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