diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Analysis/InlineCost.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/include/llvm/Analysis/InlineCost.h b/llvm/include/llvm/Analysis/InlineCost.h index f8de5335067..d58671f873d 100644 --- a/llvm/include/llvm/Analysis/InlineCost.h +++ b/llvm/include/llvm/Analysis/InlineCost.h @@ -38,7 +38,7 @@ namespace llvm {      const int NoreturnPenalty = 10000;      /// Do not inline functions which allocate this many bytes on the stack      /// when the caller is recursive. -    const int TotalAllocaSizeRecursiveCaller = 1024; +    const unsigned TotalAllocaSizeRecursiveCaller = 1024;    }    /// \brief Represents the cost of inlining a function. | 

