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 | 1ce61b82ac0c3012b47ff4ca29cc87b2254adf3f (patch) | |
tree | ba889299e362e9542bdbc38fb6e77178ff164d4d /llvm | |
parent | b9d0a961f91a05a1852afb3a18a23b7d0836809b (diff) | |
download | bcm5719-llvm-1ce61b82ac0c3012b47ff4ca29cc87b2254adf3f.tar.gz bcm5719-llvm-1ce61b82ac0c3012b47ff4ca29cc87b2254adf3f.zip |
unbreak the build, yay for symlinks + makefiles. :(
llvm-svn: 80205
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Transforms/Utils/InlineCost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/InlineCost.cpp b/llvm/lib/Transforms/Utils/InlineCost.cpp index 1a04b96be51..fe4d060e9ac 100644 --- a/llvm/lib/Transforms/Utils/InlineCost.cpp +++ b/llvm/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 |