diff options
| -rw-r--r-- | llvm/include/llvm/Transforms/Utils/InlineCost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/InlineCost.h b/llvm/include/llvm/Transforms/Utils/InlineCost.h index 41a33035db1..24d3fc7523d 100644 --- a/llvm/include/llvm/Transforms/Utils/InlineCost.h +++ b/llvm/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: |

