From 29f42aebd036306bd0a6a3582e876866e533c56b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 27 Aug 2009 04:43:05 +0000 Subject: [PATCH] unbreak the build, yay for symlinks + makefiles. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80205 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Utils/InlineCost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Utils/InlineCost.cpp b/lib/Transforms/Utils/InlineCost.cpp index 1a04b96be51..fe4d060e9ac 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