From 29381fb7cdba040facf562f4ea028400cd626d2b Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 27 Jul 2007 18:34:27 +0000 Subject: Use SmallPtrSet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40560 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Utils/InlineCost.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/llvm/Transforms/Utils/InlineCost.h b/include/llvm/Transforms/Utils/InlineCost.h index c54b98af52..509217b00c 100644 --- a/include/llvm/Transforms/Utils/InlineCost.h +++ b/include/llvm/Transforms/Utils/InlineCost.h @@ -14,7 +14,7 @@ #ifndef INLINECOST_H #define INLINECOST_H -#include +#include "llvm/ADT/SmallPtrSet.h" #include #include @@ -73,7 +73,7 @@ namespace llvm { // getInlineCost - The heuristic used to determine if we should inline the // function call or not. // - int getInlineCost(CallSite CS, std::set &NeverInline); + int getInlineCost(CallSite CS, SmallPtrSet &NeverInline); }; } -- cgit v1.2.3-70-g09d2