aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Transforms/Utils/InlineCost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/InlineCost.h b/include/llvm/Transforms/Utils/InlineCost.h
index 41a33035db..24d3fc7523 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::map<const Function *, FunctionInfo>CachedFunctionInfo;
+ std::map<const Function *, FunctionInfo> CachedFunctionInfo;
public: