diff --git a/include/llvm/Transforms/Utils/InlineCost.h b/include/llvm/Transforms/Utils/InlineCost.h index 41a33035db1..24d3fc7523d 100644 --- a/include/llvm/Transforms/Utils/InlineCost.h +++ b/include/llvm/Transforms/Utils/InlineCost.h @@ -71,7 +71,7 @@ namespace llvm { unsigned CountCodeReductionForAlloca(Value *V); }; - std::mapCachedFunctionInfo; + std::map CachedFunctionInfo; public: