diff options
author | Chris Lattner <sabre@nondot.org> | 2008-07-14 00:28:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-07-14 00:28:45 +0000 |
commit | de29d924202b8c127ca1fc84f91c3e35d542bc7f (patch) | |
tree | b9e46e8f1a86701d4bfbddae2b6e973114635ed8 | |
parent | 6838d8726ede2b0d7521b4f71940424ebd9bf1b4 (diff) |
whitespace fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53537 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Transforms/Utils/InlineCost.h | 2 |
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: |