[llvm-commits] [llvm] r80205 - /llvm/trunk/lib/Transforms/Utils/InlineCost.cpp
Chris Lattner
sabre at nondot.org
Wed Aug 26 21:43:05 PDT 2009
Author: lattner
Date: Wed Aug 26 23:43:05 2009
New Revision: 80205
URL: http://llvm.org/viewvc/llvm-project?rev=80205&view=rev
Log:
unbreak the build, yay for symlinks + makefiles. :(
Modified:
llvm/trunk/lib/Transforms/Utils/InlineCost.cpp
Modified: llvm/trunk/lib/Transforms/Utils/InlineCost.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/InlineCost.cpp?rev=80205&r1=80204&r2=80205&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/InlineCost.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/InlineCost.cpp Wed Aug 26 23:43:05 2009
@@ -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
More information about the llvm-commits
mailing list